- From: Jake Archibald <notifications@github.com>
- Date: Mon, 07 Nov 2016 05:48:36 -0800
- To: heycam/webidl <webidl@noreply.github.com>
Received on Monday, 7 November 2016 13:49:08 UTC
In our case it was a promise that resolves with `Response` or undefined. ```js caches.match(url).then(response => …); ``` If no match is found, it resolves undefined. We've had to go with "any" to work around it, which isn't very readable. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/60#issuecomment-258839676
Received on Monday, 7 November 2016 13:49:08 UTC