[Webkit-unassigned] [Bug 271246] New: <link rel=preload> should support as=json
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 19 09:12:12 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=271246
Bug ID: 271246
Summary: <link rel=preload> should support as=json
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Page Loading
Assignee: webkit-unassigned at lists.webkit.org
Reporter: noam at webkit.org
CC: beidson at apple.com
Steps to reproduce:
See new spec PR and WPTs:
https://github.com/whatwg/html/pull/10212
https://github.com/web-platform-tests/wpt/pull/45200
Added <link rel=preload as=json href=foo.json>
("json" is the destination for JSON modules, so this should only be supported if JSON modules are supported)
Actual results:
foo.json should be fetched
Expected results:
No fetch is initiated.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240319/0c1070b4/attachment.htm>
More information about the webkit-unassigned
mailing list