Closed tgvashworth closed 10 years ago
The AsyncMap is not async - it should return promises for setting and getting.
AsyncMap
Why does it need to be async?
e.respondWith( cache.add( e.request.url, fetch(e.request.url) ) )
What does it mean to have a promise-based forEach or every?
Closing becuase this issue doesn't make sense (a Cache isn't an AsyncMap), and becuase I think this already works.
The
AsyncMap
is not async - it should return promises for setting and getting.Why does it need to be async?
What does it mean to have a promise-based forEach or every?