Bug 166488

Summary: Implement dynamic import for browser
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: 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    

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 ***