This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
1.0.0
Note this release has API changes, make sure to update your code when upgrading
New
- Added
Headers
class
Changed
- Changed
Request.headers
toHeaders
object - Changed
Response.headers
toHeaders
object - Changed
Response.body
property to provide processed body data asObject
,Blob
,string
- Changed
Response
methodstext()
,json()
andblob()
to return aPromise