UNPKG

@fastly/as-fetch

Version:

![npm version](https://img.shields.io/npm/v/@fastly/as-fetch) ![npm downloads per month](https://img.shields.io/npm/dm/@fastly/as-fetch)

44 lines (23 loc) 973 B
## 0.4.1 (2022-03-01) ### Changed - Exposed the `_map` property on Headers to allow for special Header handling in non-browser platforms (example: Set-Cookie) ## 0.4.0 (2021-06-17) ### Fixed - Empty Header values are now allowed ### Added - Updated the package to use AssemblyScript 0.19.x . ## 0.3.0 (2021-05-20) ### Added - Updated the package to use AssemblyScript 0.18.x . ## 0.2.0 (2021-01-19) ### Changed - Converted the API so that all the appropriate properties calls are ES Getter/Setter functions, to more closely match the Fetch API. ### Added - Updated the package to use AssemblyScript 0.17.x . ### Fixed - Fixed header names so that they are now treated as case insensitive. - Made the RequestInit and ResponseInit parameters optional when creating a new Request or Response. ## 0.1.1 (2020-11-09) ### Fixed - Fixed the header name and header value validation when setting or appending headers. - Fixed the badge images on the `README.md`