UNPKG

webappengine

Version:

A web application platform that can host multiple web apps running with Node.js.

6 lines (3 loc) 129 B
// server sent events aka eventsource // dev.w3.org/html5/eventsource/ Modernizr.addTest('eventsource', !!window.EventSource);