An Edgio middleware that automatically adds the service worker and browser.js routes to your Edgio router.
Example:
import { starterRoutes } from '@edgio/starter'import { Router } from '@edgio/core/router'export default new Router().use(edgioRoutes)
Called when plugin is registered
Generated using TypeDoc
An Edgio middleware that automatically adds the service worker and browser.js routes to your Edgio router.
Example: