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.