7.0.24 • Published 10 months ago

@edgio/devtools v7.0.24

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 months ago

Edgio Devtools

In-browser devtools for the Edgio

Installation

Libraries

You need both @edgio/devtools and @edgio/prefetch installed in your project

npm install --save @edgio/devtools @edgio/prefetch

Service worker

You need to enable @edgio/prefetch in your service worker.

Check our prefetching guide, or @edgio/prefetch README for more information

Client widget

Note: you can skip this step if you are using @edgio/next or @edgio/nuxt

Then load the widget in the Browser's javascript

import installDevtools from '@edgio/devtools/install'

installDevtools()

Alternatively you can also inject the widget install script directly in your HTML <head>

<script defer src="/__edgio__/devtools/install.js"></script>

Enabling or disabling the devtools

By default, the devtools is enabled when your app is served from localhost, 127.0.0.1 or any *.edgio-limelight.link domain.

But that can be customized:

Per environment

In Edgio console environment, set the PREVIEW_EDGIO_DEVTOOLS_ENABLED to true or false to explicitly enable or disable the devtools on the given environment, no matter what domain it runs on.

Per user

Point your browser to /__edgio__/devtools/enable or /__edgio__/devtools/disable to explicitly enable/disable the devtools on your browser. This takes precedence over the environment config and the domain default.

If the devtools was previously enabled and you disable it, you may want to remove the service worker to get rid of the devtools-specific route handlers that were installed on-demand when enabling it. This can be done using the Application tab in Chrome Developer Tools.

7.0.23

10 months ago

7.0.24

10 months ago

6.1.6

1 year ago

6.1.5

1 year ago

6.1.8

12 months ago

6.1.7

1 year ago

7.0.8

1 year ago

7.0.7

1 year ago

7.0.6

1 year ago

7.0.5

1 year ago

7.0.9

1 year ago

7.0.0

1 year ago

7.0.4

1 year ago

7.0.3

1 year ago

7.0.2

1 year ago

7.0.1

1 year ago

6.1.2

1 year ago

6.1.1

1 year ago

6.1.4

1 year ago

6.1.3

1 year ago

7.0.21

11 months ago

7.0.22

11 months ago

7.0.20

11 months ago

7.0.12

1 year ago

7.0.13

12 months ago

7.0.10

1 year ago

7.0.11

1 year ago

7.0.18

11 months ago

7.0.19

11 months ago

7.0.17

11 months ago

7.0.14

12 months ago

7.0.15

12 months ago

5.1.3

1 year ago

5.1.2

1 year ago

5.1.1

1 year ago

5.1.0

1 year ago

6.0.6

1 year ago

6.0.1

1 year ago

6.0.0

1 year ago

6.0.3

1 year ago

6.0.2

1 year ago

6.0.5

1 year ago

6.0.4

1 year ago

6.1.0

1 year ago

5.0.6

1 year ago

5.0.5

1 year ago

5.0.4

1 year ago

5.0.3

2 years ago

5.0.2

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago