fetch icon indicating copy to clipboard operation
fetch copied to clipboard

A window.fetch JavaScript polyfill.

Results 50 fetch issues
Sort by recently updated
recently updated
newest added

test commit

The `formdata()`-method should return a `FormData` object of the request (https://developer.mozilla.org/en-US/docs/Web/API/Request/formData). However as far as I can see, the implementation of the method [relies on the `text()` method ](https://github.com/github/fetch/blob/fb5b0cf42b470faf8c5448ab461d561f34380a30/fetch.js#L320)which [explicitly...

Hello there, from what I can gather from [mdn](https://developer.mozilla.org/en-US/docs/Web/API/fetch) the fetch specification defines the return value to resolve to a response object that has a body property that is a...

Localhost 4242 { "action": { "callType": "call", "from": "0x768cd0e5081142aa373debf79d0e1f66c0bf1683", "gas": "0x8af8", "input": "0xa9059cbb0000000000000000000000001449e0687810bddd356ae6dd87789244a46d9adb0000000000000000000000000000000000000000000000056bc75e2d63100000", "to": "0x02f2d4a04e6e01ace88bd2cd632875543b2ef577", "value": "0x0" }, "blockHash": "0xd52916b159c912668e145eeecda0629fe7c1deaf421ed8eb9a37aeafdf1cc99f", "blockNumber": 10302517, "result": { "gasUsed": "0x8af8", "output": "0x" }, "subtraces":...

Recently I found that the polyfill for `fetch()` has not normalized the `patch` method as uppercase, and it seems like a bug like native implementation. Should we add some request...

Reduce the final output size.