Our great sponsors
-
Yup, that is an issue. However, one can theoretically get rid of this issue by using making use of the fetch API to mock this as you stated. An easy way would be to consider a polyfill such as https://github.com/Yaffle/EventSource and customize it to force the use of fetch. I've not looked into it thoroughly so I may be wrong here.
-
SSE is abandoned it seems
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
better-sse
⬆ Dead simple, dependency-less, spec-compliant server-side events implementation for Node, written in TypeScript.
I've been working on a library that makes working with server-sent events easier on the server-side that can hopefully be relevant here.
Related posts
- HATEOAS: An Alternative Explaination
- How to set File objects and length property at FileList object where the files are also reflected at FormData object?
- Create SVG components with scoped CSS
- How to mock browser specific property `window.location.origin` with AVA
- Non-interactive Elements with the inert attribute