Bug 166488 - Implement dynamic import for browser
Summary: Implement dynamic import for browser
Status: RESOLVED DUPLICATE of bug 166926
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on: 165724
Blocks: 150358
  Show dependency treegraph
 
Reported: 2016-12-27 00:53 PST by Yusuke Suzuki
Modified: 2017-01-11 07:25 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2016-12-27 00:53:34 PST
Let's do that.
We do not support the Web Workers yet.
Comment 1 Yusuke Suzuki 2017-01-06 01:51:02 PST
In this patch we need to extend SourceOrigin.
By doing so, we also provide cross-origin information for rejected promise tracking.
Comment 2 Yusuke Suzuki 2017-01-11 07:25:18 PST

*** This bug has been marked as a duplicate of bug 166926 ***