-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Add importmap integrity subsection #23153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -603,6 +603,43 @@ | |
| "standard_track": true, | ||
| "deprecated": false | ||
| } | ||
| }, | ||
| "integrity": { | ||
| "__compat": { | ||
| "description": "<code>integrity</code>", | ||
| "spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#normalizing-a-module-integrity-map", | ||
| "tags": [ | ||
| "web-features:import-map-integrity" | ||
| ], | ||
| "support": { | ||
| "chrome": { | ||
| "version_added": "127" | ||
| }, | ||
| "chrome_android": "mirror", | ||
| "edge": "mirror", | ||
| "firefox": { | ||
| "version_added": false | ||
| }, | ||
| "firefox_android": "mirror", | ||
| "ie": { | ||
| "version_added": false | ||
| }, | ||
| "oculus": "mirror", | ||
| "opera": "mirror", | ||
| "opera_android": "mirror", | ||
| "safari": { | ||
| "version_added": false | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @chrisdavidmills I've put Safari as "false" as @marcoscaceres suggested, as that's the most accurate description. At the same time, it might be useful to include slightly broader data regarding "available in webkit nightly" and "available in Safari Tech Preview" (not related to this specific feature, but in general)
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Filed #23217 |
||
| }, | ||
| "safari_ios": "mirror", | ||
| "samsunginternet_android": "mirror", | ||
| "webview_android": "mirror" | ||
| }, | ||
| "status": { | ||
| "experimental": false, | ||
| "standard_track": true, | ||
| "deprecated": false | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "module": { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.