Skip to content

v3.4.1

Choose a tag to compare

@otsch otsch released this 08 Mar 11:21
· 28 commits to main since this release
e08b494

Fixed

  • Since, when using the Chrome browser for loading, we can only execute GET requests:
    • The loader now automatically switches to the HTTP client for POST, PUT, PATCH, and DELETE requests and logs a warning.
    • A warning is logged when attempting to use "Post Browser Navigate Hooks" with POST, PUT, PATCH, or DELETE requests.
    • Consequently, the useBrowser() method, introduced in v3.4.0, is also limited to GET requests.