-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
14 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 |
---|---|---|
|
@@ -52,20 +52,8 @@ | |
"chrome_android": "mirror", | ||
"edge": "mirror", | ||
"firefox": { | ||
"version_added": "102", | ||
"notes": "Supported in HTTP1.0 and later for preconnect.", | ||
"flags": [ | ||
{ | ||
"type": "preference", | ||
"name": "network.early-hints.enabled", | ||
"value_to_set": "true" | ||
}, | ||
{ | ||
"type": "preference", | ||
"name": "network.early-hints.preconnect.enabled", | ||
"value_to_set": "true" | ||
} | ||
] | ||
"version_added": "120", | ||
"notes": "Supported in HTTP1.0 and later for preconnect." | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Elchi3
Author
Member
|
||
}, | ||
"ie": { | ||
"version_added": false | ||
|
@Elchi3
network.early-hints.preconnect.enabled
is now true by default, which is what gives us support for preconnect. HOwevernetwork.early-hints.enabled
is what gives us preload for this feature, and that is only enabled on early beta.Do we need to capture that nuance - i.e. we've now lost
network.early-hints.enabled
.I'm OK with this, just want to make sure you're sure!
We might reasonably instead indicate this as partial support, and have additional note "not supported for preload". It wouldn't be obvious to people that preload is expected to work from this.