1.0.2 • Published 2 years ago

@line/headless-inspector v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

headless-inspector

Getting Started

# serve https://
$ npx @line/headless-inspector --https
$ npx @line/headless-inspector --key=path/to/key.pem --cert=/path/to/cert.pem
# serve http://
$ npx @line/headless-inspector

And then, add the following script tag to the debug target html file.

<script src="//{@line/headless-inspector server domain}:9222/headless-inspector.js"></script>

Your website automatically connects to the local server and send debug information. Each connection has an unique hi_id id. The local server logs the id and devtools URL when the connection from your website is established.

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago