Mark Fulton
Mark Fulton
> Note that the `Cache` interface is exposed to windowed scopes as well as workers. You don't have to use it in conjunction with service workers, even though it is...
Yes, if it could be tested and documented that would be very helpful for reference. Especially for iOS.
same goes for `Object.create`; I can open a separate issue for such if that is preferred
Yeah, that makes sense. I was wondering if we would need to open an issue for `Deno.inspect` itself and that sounds like the case.
> maybe we can get away with a prompt() for the commit title and that's it. that works for me; GitHub API's merge doesn't require a commit message either and...
I just tried out the Node.js & TypeScript container in Codespaces and it gave me the option to add additional tools; maybe what I should really be asking for is:...
I used to think I wanted IndexedDB in Deno. I'm not crazy about its API but WebSQL is no more and there hasn't been other options. One newer option though...
Oh. `"node-fetch": "^1.7.3"`. I'll try 2.1.1+.
I just checked v2.1.1 and I'm seeing the same issue. I also found some what I believe is the relevant node-fetch code for this: https://github.com/bitinn/node-fetch/blob/780598ad72d7205aa5616be2215692785270eda3/src/index.js#L79-L80 It references HTTP fetch step...
Ah yes, those seem like very legitimate reasons _not_ to "fix" this issue directly. I wonder if instead of injecting a new header which the server didn't actually send if...