Bug 191136
Summary: | Worklets should load scripts asynchronously. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Justin Michaud <justin_michaud> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, chi187, simon.fraser, zalan |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 192328 |
Justin Michaud
Currently, a call to Worklet::addModule(String url) uses the url as code. It should fetch the script asynchronously, following the spec.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Justin Michaud
It should also return a promise.
Justin Michaud
Closing old bugs assigned to me