Bug 161467 - [JSC] linking and evaluating the modules are done in a sync manner
Summary: [JSC] linking and evaluating the modules are done in a sync manner
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks: 148897
  Show dependency treegraph
 
Reported: 2016-08-31 18:58 PDT by Yusuke Suzuki
Modified: 2016-08-31 19:15 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.70 KB, patch)
2016-08-31 19:00 PDT, Yusuke Suzuki
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2016-08-31 18:58:58 PDT
[JSC] linking and evaluating the modules are done in a sync manner
Comment 1 Yusuke Suzuki 2016-08-31 19:00:20 PDT
Created attachment 287584 [details]
Patch
Comment 2 Yusuke Suzuki 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
Comment 3 Saam Barati 2016-08-31 19:09:47 PDT
Comment on attachment 287584 [details]
Patch

r=me
Comment 4 Yusuke Suzuki 2016-08-31 19:13:38 PDT
Committed r205276: <http://trac.webkit.org/changeset/205276>