Quote:
Originally Posted by jefferson
Do you have any examples? I have tried Websockets for sending images, but the Kobo browser have ignored it o crashed. Kindle's browser seems not to have websockets or fetch.
My last workaround Idea was to use setInterval to trigger an update of an img element with webser serving the latest image at a url.
Unfortunately setInterval doesn't seem to work
|
See
https://developer.mozilla.org/en-US/...er-sent_events for info about Server Sent Events.
TLDR, it's super easy to setup, assuming you don't need bi-directional communications. Although, if needed, you could set up your own return channel if required.
I know the Kobo browser supports it, because I've used it.