-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a Baseline 2023 feature. Matches https://caniuse.com/link-rel-modulepreload.
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
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: 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 |
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