Re: [w3c/ServiceWorker] cache.addAll accepts an array of URLs (not just requests) (Issue #1657)

Why do you say its not in the spec?  The webidl takes a `RequestInfo` which is a typedef to `Request or USVString`.  This is then passed to a `Request` constructor in step 4.1 of addAll which normalizes any urls into Request objects.

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

Message ID: <w3c/ServiceWorker/issues/1657/1218110410@github.com>

Received on Wednesday, 17 August 2022 14:46:43 UTC