Closed tomsan96 closed 2 years ago
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" }
Thanks for the quick fix!
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