This article needs a technical review. How you can help.
The applicationCache
read-only property of the SharedWorkerGlobalScope
interface returns the ApplicationCache
object for the worker (see Using the application cache).
SyntaxEdit
var nameObj = self.applicationCache;
Value
An ApplicationCache
.
ExampleEdit
If a shared worker has an AppCache associated with it, you can return a reference to the cache using
self.applicationCache
from inside the shared worker.
SpecificationsEdit
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'applicationCache' in that specification. |
Living Standard | No change from Web Workers. |
Web Workers The definition of 'applicationCache' in that specification. |
Candidate Recommendation | Initial definition. |
Browser compatibilityEdit
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Support | 3 | 29.0 (29.0) | Not supported | 10.60 | Not supported |