Bug 166488
Summary: | Implement dynamic import for browser | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 165724 | ||
Bug Blocks: | 150358 |
Yusuke Suzuki
Let's do that.
We do not support the Web Workers yet.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
In this patch we need to extend SourceOrigin.
By doing so, we also provide cross-origin information for rejected promise tracking.
Yusuke Suzuki
*** This bug has been marked as a duplicate of bug 166926 ***