Bug 271246
Summary: | <link rel=preload> should support as=json | ||
---|---|---|---|
Product: | WebKit | Reporter: | Noam Rosenthal <noam> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | beidson, mike, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Noam Rosenthal
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/125420229>
Noam Rosenthal
Closing, WAI