-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
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
Investigate GM.fetch
implementation
#467
Comments
I have implemented a similar thing in this repo. related code: what do yout think? willing to send a pr to support streaming feature. |
@maltoze Thank you for your comment. I need to learn more to accurately assess this issue, which may take some time. |
WebSocket feature in userscript similar to GM_xmlhttpRequest like GM_webSocket. https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API Motivation I want to use websocket for request with url Proposed Solution Similar to WebSocket class present in browser. Use Cases |
@kryptoniancode I don't understand what you are talking about. Are you having problems using original
|
@kryptoniancode If you do find this has changed, please cite your sources. According to the error log you quoted, you are experiencing a |
Thanks, I have check on some checked on some website it is working. |
Similar to
GM.xmlHttpRequest
, but more modern. Support for streaming features etc.Investigate whether Cross-origin access can be achieved with something like
GM.xmlHttpRequest
or otherwise.Compared to
XMLHttpRequest
this may be a more complex and bulky wrapper and bridge.The goal is to follow the standard
Fetch API
as much as possible.GM.fetch
is just a temporary name, which may be different according to the actual situation.There is no ETA.
The text was updated successfully, but these errors were encountered: