Open
Bug 1350370
Opened 8 years ago
Updated 2 years ago
make worker dedicated/shared ScriptLoader paths use cached js bytecode in http cache
Categories
(Core :: DOM: Workers, enhancement, P3)
Core
DOM: Workers
Tracking
()
NEW
People
(Reporter: bkelly, Unassigned)
References
Details
But 1231565 exposed an alternate data store in the http cache. The window nsScriptLoader is using this to store and retrieve js bytecode. We should make the worker ScriptLoader do the same. Note, however, this will only work for dedicated and shared workers. Service workers use the Cache API instead which is covered by bug 1350367.
Updated•8 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Priority: P2 → P3
Comment 1•3 years ago
|
||
ScriptLoader/ModuleLoader refactoring for bug 1247687 will make this easier.
Depends on: 1247687
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•