You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***fetch:** support custom `credentials` in `Request` ([#82](https://www.github.com/web-std/io/issues/82)) ([1da95bc](https://www.github.com/web-std/io/commit/1da95bce5d65332590b8959bdfadd0c53d30e399))
10
+
11
+
12
+
### Bug Fixes
13
+
14
+
***fetch:**`signal` should not be nullable ([#81](https://www.github.com/web-std/io/issues/81)) ([dff75d9](https://www.github.com/web-std/io/commit/dff75d9d0ad3e9281cd41faeb415cf94e0d57a33))
***fetch:** align `Request` with spec ([#85](https://www.github.com/web-std/io/issues/85)) ([ace4223](https://www.github.com/web-std/io/commit/ace42236598da26dbaa59bb593e7572c80c17289))
17
+
***fetch:** allow clone of `Request` & `Response` with `null` body ([#79](https://www.github.com/web-std/io/issues/79)) ([f1d9272](https://www.github.com/web-std/io/commit/f1d9272f394f50942fb46162c0a4009eb0c2ddd4))
18
+
***fetch:** empty filename should not be treated as string ([#87](https://www.github.com/web-std/io/issues/87)) ([389c2b8](https://www.github.com/web-std/io/commit/389c2b84ad4a5ba91c7a91b48508412a24113712))
19
+
***fetch:** fix `headers.entries`/`values`/`forEach` iteration for `Set-Cookie` headers ([#89](https://www.github.com/web-std/io/issues/89)) ([3c20536](https://www.github.com/web-std/io/commit/3c20536d628e6c5e592d7d9760d7008ab6bbb7b0))
* proper exports to allow TS to recognize class types and proper casting ([#71](https://www.github.com/web-std/io/issues/71)) ([9e95faf](https://www.github.com/web-std/io/commit/9e95faf2a7373434e733d54605ab1779f1eed0ab))
24
+
* typo in README ([#80](https://www.github.com/web-std/io/issues/80)) ([08b270f](https://www.github.com/web-std/io/commit/08b270f27df5470a88b279088b2b8079b120298e))
25
+
26
+
27
+
### Changes
28
+
29
+
* promote `types` conditional exports to the top of the list ([#88](https://www.github.com/web-std/io/issues/88)) ([c1339b9](https://www.github.com/web-std/io/commit/c1339b9bef4312e5efd4c5fe627b92e6c1d5c3d1))
0 commit comments