Skip to content

v7.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 15:52
· 0 commits to 89ca67baf16bb7c564aaf4ce3180cce833821f0a since this release

🎨 Features

  • Adds support for XMLHttpRequest. (#520)
  • Adds support for Document.documentURI and Document.URL. (#526)
  • Adds the headers "referer", "set-cookie", "user-agent" to window.fetch() requests. (#520)
  • Adds support for sending in URL or Request objects to window.fetch(). (#582)
  • Replaces sync-request with XMLHttpRequest as it supports synchronous requests using a custom solution (#650)

👷‍♂️ Patch fixes

  • Replaces a custom solution for window.URL with the native module url. (#521)