| Summary: | performance.getEntriesByType('resource') does not include script 404 responses | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eli Grey (:sephr) <bugmail> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | achristensen, beidson, bfulgham, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Attachments: | |||
|
Description
Eli Grey (:sephr)
2020-05-04 17:19:48 PDT
Created attachment 398440 [details]
HTML img element-initiated request with 404 response (comparing Firefox, Safari, Chrome, and Edge)
This screenshot shows how Safari correctly includes 404 responses from <img> elements, but not <script> elements.
A Chrome engineer has submitted a patch for the corresponding Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=883400#c28 This may be useful for the WebKit fix. This is actually: <rdar://44388482> |