Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /service-workers/service-worker/no-dynamic-import-in-module.any.serviceworker-module.html - WPT Dashboard Interop Dashboard
// META: global=serviceworker-module
// This is imported to ensure import('./basic-module-2.js') fails even if
// it has been previously statically imported.
import './resources/basic-module-2.js';
import './resources/no-dynamic-import.js';