Re: [w3c/ServiceWorker] CacheStorage has an associated global object? (#964)

> So window.open() would create a new object?

It depends on whether a new target browsing context is created or a navigation to a resource happens. That is, basically when a new Window object is created, a new CacheStorage object is created.

I could also do s/associated global object’s environment settings object/relevant settings object/, but think it'd make more sense to leave the object creation sentence. WDYT?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/964#issuecomment-245180095

Received on Wednesday, 7 September 2016 05:36:51 UTC