Bug 191136 - Worklets should load scripts asynchronously.
Summary: Worklets should load scripts asynchronously.
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 192328
  Show dependency treegraph
 
Reported: 2018-10-31 15:12 PDT by Justin Michaud
Modified: 2024-04-08 13:37 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Michaud 2018-10-31 15:12:30 PDT
Currently, a call to Worklet::addModule(String url) uses the url as code. It should fetch the script asynchronously, following the spec.
Comment 1 Justin Michaud 2018-12-03 13:59:38 PST
It should also return a promise.
Comment 2 Justin Michaud 2024-04-08 13:37:24 PDT
Closing old bugs assigned to me