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
“gufengmh.js”
1.关于我再写插件时出现search是post请求的情况,请问有示例嘛,我需要查看如何实现 谢谢
“1.8.1”
No response
The text was updated successfully, but these errors were encountered:
@OshekharO @appdevelpo
Sorry, something went wrong.
request fetch
说实话我没看明白,能给我大概讲一下嘛
原本的 js 引擎是沒有請求的功能的 fetch 是 flutter_js 附加的一個功能,用法是:
await fetch(<Url>, { method: "POST", body: <Body>, })
request 是 miru 額外附加的功能,用法是:
await this.request(<Uri>, { method: "POST", data: <Data>, headers: { "Miru-Url":<Host>, } });
No branches or pull requests
Extension information
“gufengmh.js”
Steps to reproduce
1.关于我再写插件时出现search是post请求的情况,请问有示例嘛,我需要查看如何实现
谢谢
Miru version
“1.8.1”
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: