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
Bump version to 1.4.0
This version registers the types with captial letters so we need to
bump the minor version here since this is the same as adding new API.
Do not initialize m_data as an object.
m_data should be initialized as 'undefined' (the default) instead of as
an empty object to avoid the code path in send() where we attempt to
merge data.
Bump to version v1.1.0 after adding new API.
Changes:
- Implemented the 'on' function for getting request progress.
- Added API for clearing all cookies
- Removed warning
Bump to version v0.10.7
Bug fixes in this release:
- Send compact JSON to reduce network bandwidth
- Support for stringifying form data
- Ensure we fallback to text when parsing an unsupported type
- Correctly resolve file paths that uses schemes