Bug 161467

Summary: [JSC] linking and evaluating the modules are done in a sync manner
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 148897    
Attachments:
Description Flags
Patch saam: review+

Yusuke Suzuki
Reported 2016-08-31 18:58:58 PDT
[JSC] linking and evaluating the modules are done in a sync manner
Attachments
Patch (5.70 KB, patch)
2016-08-31 19:00 PDT, Yusuke Suzuki
saam: review+
Yusuke Suzuki
Comment 1 2016-08-31 19:00:20 PDT
Yusuke Suzuki
Comment 2 2016-08-31 19:01:10 PDT
For example, <script type="module"> tag spec do it in a sync manner. https://html.spec.whatwg.org/multipage/webappapis.html#run-a-module-script
Saam Barati
Comment 3 2016-08-31 19:09:47 PDT
Comment on attachment 287584 [details] Patch r=me
Yusuke Suzuki
Comment 4 2016-08-31 19:13:38 PDT
Note You need to log in before you can comment on or make changes to this bug.