-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Philip Jägenstedt <[email protected]>
- Loading branch information
Showing
9 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
feature-group-definitions/js-modules-service-workers.dist.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Generated from: js-modules-service-workers.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
name: JavaScript modules in service workers | ||
description: 'The `navigator.serviceWorker.register()` method accepts `{ type: "module" }` to load scripts that use `import` and `export`. Also known as ECMAScript modules or ESM in service workers.' | ||
spec: https://w3c.github.io/ServiceWorker/#dom-registrationoptions-type | ||
group: js-modules | ||
status: | ||
baseline: false | ||
support: | ||
chrome: "91" | ||
chrome_android: "91" | ||
edge: "91" | ||
safari: "15" | ||
safari_ios: "15" | ||
compat_features: | ||
- api.ServiceWorker.ecmascript_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: JavaScript modules in service workers | ||
description: 'The `navigator.serviceWorker.register()` method accepts `{ type: "module" }` to load scripts that use `import` and `export`. Also known as ECMAScript modules or ESM in service workers.' | ||
spec: https://w3c.github.io/ServiceWorker/#dom-registrationoptions-type | ||
group: js-modules | ||
compat_features: | ||
- api.ServiceWorker.ecmascript_modules |
18 changes: 18 additions & 0 deletions
18
feature-group-definitions/js-modules-shared-workers.dist.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated from: js-modules-shared-workers.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
name: JavaScript modules in shared workers | ||
description: 'The `SharedWorker()` constructor accepts `{ type: "module" }` to load scripts that use `import` and `export`. Also known as ECMAScript modules or ESM in shared workers.' | ||
spec: https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworker-interface:dom-sharedworker-2 | ||
group: js-modules | ||
status: | ||
baseline: false | ||
support: | ||
chrome: "80" | ||
edge: "80" | ||
firefox: "114" | ||
firefox_android: "114" | ||
safari: "15" | ||
safari_ios: "15" | ||
compat_features: | ||
- api.SharedWorker.SharedWorker.ecmascript_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: JavaScript modules in shared workers | ||
description: 'The `SharedWorker()` constructor accepts `{ type: "module" }` to load scripts that use `import` and `export`. Also known as ECMAScript modules or ESM in shared workers.' | ||
spec: https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworker-interface:dom-sharedworker-2 | ||
group: js-modules | ||
compat_features: | ||
- api.SharedWorker.SharedWorker.ecmascript_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Generated from: js-modules-workers.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
name: JavaScript modules in workers | ||
description: 'The `Worker()` constructor accepts `{ type: "module" }` to load scripts that use `import` and `export`. Also known as ECMAScript modules or ESM in workers.' | ||
spec: https://html.spec.whatwg.org/multipage/workers.html#dom-worker-dev | ||
group: js-modules | ||
status: | ||
baseline: low | ||
baseline_low_date: 2023-06-06 | ||
support: | ||
chrome: "80" | ||
chrome_android: "80" | ||
edge: "80" | ||
firefox: "114" | ||
firefox_android: "114" | ||
safari: "15" | ||
safari_ios: "15" | ||
compat_features: | ||
- api.Worker.Worker.ecmascript_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: JavaScript modules in workers | ||
description: 'The `Worker()` constructor accepts `{ type: "module" }` to load scripts that use `import` and `export`. Also known as ECMAScript modules or ESM in workers.' | ||
spec: https://html.spec.whatwg.org/multipage/workers.html#dom-worker-dev | ||
group: js-modules | ||
compat_features: | ||
- api.Worker.Worker.ecmascript_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
name: JavaScript modules |