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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, alfy.fetch method does not work correctly. options does not work.
alfy.fetch
options
import alfy from 'alfy'; await alfy.fetch("https://xxxxx", { method: 'POST' })
In this case, it is executed as get method instead of post method.
package.json
{ "name": "sample", "version": "1.0.0", "main": "index.js", "license": "MIT", "dependencies": { "alfy": "^0.12.2" }, "type": "module" }
The text was updated successfully, but these errors were encountered:
0fcf1dc
Thanks for the quick fix!
Sorry, something went wrong.
No branches or pull requests
Hi,
alfy.fetch
method does not work correctly.options
does not work.In this case, it is executed as get method instead of post method.
package.json
The text was updated successfully, but these errors were encountered: