Bug 297120
| Summary: | When a module fetch fails, we should not attempt to refetch the same module | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | JavaScriptCore | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
Right now, JSC tries to re-fetch the same module when the previous attempt had failed.
We're not supposed to do that according to the latest spec.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/49118
EWS
Committed 298544@main (537527cbaebd): <https://commits.webkit.org/298544@main>
Reviewed commits have been landed. Closing PR #49118 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/158084942>