Re: [w3c/ServiceWorker] If activeWorker’s list of foreign fetch origins is empty, should set originMatches to false (#1112)

No, I believe "true" is the right value. If the list of foreign fetch origins is empty that means that "*" was passed as origins to registerForeignFetch, and as such any origin should match the foreign fetch registration (admittedly using "empty list" to mean all origins is a bit confusing, but since empty list otherwise isn't a valid value anyway, it seemed like the easiest thing to do).

-- 
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/1112#issuecomment-293330913

Received on Tuesday, 11 April 2017 17:08:16 UTC