Skip to content Skip to sidebar Skip to footer
Showing posts with the label Server Sent Events

How To Fire Eventsource Sse Events?

I've recently discovered EventSource, YUI3 has a Gallery module to normalise and fallback behav… Read more How To Fire Eventsource Sse Events?

Increase Service Worker Life Time

I'm trying push notifications using service workers. use my own server to send notifications an… Read more Increase Service Worker Life Time

HTML5 Server-Sent Events: How To Set WithCredentials Option?

According to WHATWG - Server-Sent Events below is the API for using EventSource interface: [Constru… Read more HTML5 Server-Sent Events: How To Set WithCredentials Option?