Re: [w3c/ServiceWorker] Why is the scope to registration map and ordered map? (#1225)

I don't completely remember, but I would guess its to avoid interop issues without sites relying on the hashing algorithm in particular browsers.

Also, its consistent with the js `Map` type which iterates in insertion order.  Again, to avoid interop issues from different hashing algorithms.

-- 
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/1225#issuecomment-344403797

Received on Tuesday, 14 November 2017 21:25:43 UTC