Skip to content

Commit

Permalink
Add modulepreload.dist.yml (#981)
Browse files Browse the repository at this point in the history
This is a Baseline 2023 feature.

Matches https://caniuse.com/link-rel-modulepreload.
  • Loading branch information
foolip authored Apr 29, 2024
1 parent 4b98f79 commit 462c3fd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
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

0 comments on commit 462c3fd

Please sign in to comment.