Open Bug 1350370 Opened 7 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)

enhancement

Tracking

()

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.
Priority: -- → P2
Priority: P2 → P3

ScriptLoader/ModuleLoader refactoring for bug 1247687 will make this easier.

Depends on: 1247687
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.