We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending a HEAD request raises an exception:
HEAD
TypeError: Receiver is detached slice@[native code] _initBody@http://...:8081/node_modules/tabris/tabris.min.js:1:156754 Response@http://...:8081/node_modules/tabris/tabris.min.js:1:159191 @http://...:8081/node_modules/tabris/tabris.min.js:1:160299 trigger@http://...:8081/node_modules/tabris/tabris.min.js:1:17197 $trigger@http://...:8081/node_modules/tabris/tabris.min.js:1:27466 _notify@http://...:8081/node_modules/tabris/tabris.min.js:1:43843 _notify@[native code]
This works as expected with latest Tabris.js 3.
fetch('https://google.de', {method: 'HEAD'}) .then(r => console.log(r.status)) .catch(e => console.log(e));
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem description
Sending a
HEAD
request raises an exception:This works as expected with latest Tabris.js 3.
Environment
Code snippet
The text was updated successfully, but these errors were encountered: