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
Stay 版本: 2.6.2
测试代码
let formData = new FormData(); formData.append('a', 1); formData.append('b', 2); GM_xmlhttpRequest({ method: 'POST', url: `${host}/api/xxx`, data: formData, onload: function (response) { }, onerror: function (error) { } });
使用 FormData 发送时 Request Payload:
FormData
Request Payload
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Stay 版本: 2.6.2
测试代码
使用
FormData
发送时Request Payload
:The text was updated successfully, but these errors were encountered: