Skip to content
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

Add modulepreload.dist.yml #981

Merged
merged 1 commit into from
Apr 29, 2024
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
20 changes: 20 additions & 0 deletions feature-group-definitions/modulepreload.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Generated from: modulepreload.yml
# Do not edit this file by hand. Edit the source file instead!

name: '<link rel="modulepreload">'
description: The `rel="modulepreload"` attribute for the `<link>` HTML element indicates that a module script should be fetched, parsed, and compiled preemptively, and stored for later execution.
spec: https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload
caniuse: link-rel-modulepreload
status:
baseline: low
baseline_low_date: 2023-09-18
support:
chrome: "66"
chrome_android: "66"
edge: "79"
firefox: "115"
firefox_android: "115"
safari: "17"
safari_ios: "17"
compat_features:
- html.elements.link.rel.modulepreload
2 changes: 0 additions & 2 deletions feature-group-definitions/modulepreload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ name: '<link rel="modulepreload">'
description: The `rel="modulepreload"` attribute for the `<link>` HTML element indicates that a module script should be fetched, parsed, and compiled preemptively, and stored for later execution.
spec: https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload
caniuse: link-rel-modulepreload
compat_features:
- html.elements.link.rel.modulepreload
Loading