Coder Social home page Coder Social logo

turboyjs / network-viewer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from saucelabs/network-viewer

0.0 0.0 0.0 34 MB

React.js component for viewing HAR files.

Home Page: https://opensource.saucelabs.com/network-viewer/

License: Apache License 2.0

JavaScript 85.08% SCSS 14.92%

network-viewer's Introduction

Network-Viewer npm version Test

Introduction

Network-Viewer is a redefined HAR viewer human friendly view of requests which is build with React.

The main purpose of this web application is to help you to view HAR files with many features like filters, search, timline charts etc.

If you are interested contributing to this library, please have a look into our Contributing Guidelines. We love to see any kind of contributions ๐Ÿ˜Š!

Demo

Example

Features

Main features of Network-Viewer are:

  • Import/Upload HAR file
  • Fetch HAR file using queryString url use file=HAR_FILE_URL and to enable CORS pass isCORSEnabled=true (by default CORS is disabled)
  • Search request by URL or body content
  • Filter request by XHR, JS, CSS, Image, Media, Font, Doc, WebSocket, Manifest
  • Errors Only filter to filter request by error status (where status code is greater than or equal to 400)
  • WaterFall chart to display timeline of request which includes
  • Stats at footer to show number of requests, data transfered size, resoruces size, and time metrics like Page Load, DOMContentLoaded and Finished time
  • Request Detail section is available on click of request, response content is available for JSON and XML responses.

How to use

Import/Upload HAR file

Visit https://opensource.saucelabs.com/network-viewer/ and Import your HAR file via drag&drop.

Fetch HAR file

  • file=HAR_FILE_URL as queryString to pass HAR file url
  • isCORSEnabled=trueas queryString to enable CORS support (by default CORS is disabled)

Use it as react library

$ npm install network-viewer

Example

import { NetworkViewer } from 'network-viewer';
<NetworkViewer />

Props

prop Type Default Values Description
autoHighlightChange Bool false true, false To allow change request highlight on scrollTimeStamp change when requestDetail is visible
containerClassName String null custom-class to overwrite network-viewer's default style
data Object null { log: { entries: [], pages: [] } } HAR file data which should contain log.entries and log.pages
fetchOptions Object { withCredentials: true } axios request option can be set here to fetch HAR file
file String null HAR file URL to fetch requests
onDataLoaded Func null (data) => {} This function will receive loaded data on file is being fetched
onDataError Func null (error) => {} This function is called when loading data fails
onRequestSelect Func null (requestDetail) => {} This function will receive request detail on request select
options Object {showImportHAR: true, showTimeline: false} showImportHar: to show/hide import button and modal, showTimeline: to show/hide top timeline of requests
scrollRequestPosition String near before, after, near to find and highlight network request by timestamp,
near: find request near to timestamp
before: find request exactBefore the timestamp
after: find request exactAfter the timestamp
scrollTimeStamp Number null Find and highlight network request by timestamp

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.