Sjoerd de Jong

Results 5 comments of Sjoerd de Jong

Oh, one thing; I added a WeakMap to replace the `.resolve` and `.reject` props you added on the thunk. It needs a [compatible](http://kangax.github.io/compat-table/es6/#test-WeakMap) browser (evergreen)

``` var request = require('request'); var abaculus = require('abaculus'); // Calculate image bounds from center lng,lat coordinates and // pixel dimensions of final image (will be multipled by scale). var...

Same errors for me. Typescript 2.5 fails, 2.4 works for me. Upgrading the @types/react typings to v16 works for me, v15.6 still fails. I guess these lines need an update...

I'm here just to add I'm struggling with this error as well. I do try to cache async data between events, as I expected this to be totally possible. For...

@PANstudio in the main "fetch" event listener, have a look at FetchEvent.waitUntil. Make sure all side effects that you need to run and complete are registered in the waitUntil listener,...