Simon Buerger

Results 18 comments of Simon Buerger
trafficstars

I've just switched to using CustomCahcedImage `Some text`

For context, the strange 777 volume in question is a mounted Azure app service storage volume on a docker container.

``` Build "unfetch" to dist: 464 B: unfetch.js 464 B: unfetch.mjs 533 B: unfetch.umd.js Build "unfetch" to polyfill: 466 B: index.js ```

@developit wondering why we would need to separate the values? The previous approach would return `['foo', 'foo']` for keys(), `[['foo', 'one, two'],['foo', 'one, two']]` for entries(), `'one, two'` for the...

@developit Actually I see the old way didn't combine the values for the entries mthod. That seems to be incorrect. If you run the below code: ``` var h =...

I found this https://github.com/web-platform-tests/wpt/blob/6058e5f70f963efb34c56d4f882021601850e72d/fetch/api/headers/headers-combine.html

@developit I think the note here https://fetch.spec.whatwg.org/#headers-class is relevant I've done a bit more research and previously there was a `getAll()` method which returned non combined name value pairs. This...

Glad to be able to contribute 😊 And thanks, I rather like it here too!

@developit let me know if you need me to do anything to move this along

I'm not sure this failed because of my PR? Test seems unrelated?