Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions browsers/chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,12 @@
"status": "beta",
"engine": "Blink",
"engine_version": "126"
},
"127": {
"release_date": "2024-07-23",
"status": "nightly",
"engine": "Blink",
"engine_version": "127"
}
}
}
Expand Down
37 changes: 37 additions & 0 deletions html/elements/script.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The 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)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The 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": {
Expand Down