On 4/27/15 10:00 AM, Anne van Kesteren wrote:
Currently Chrome supports data URLs inside EventSource whereas in Firefox EventSource is restricted to http/https URLs:https://bugzilla.mozilla.org/show_bug.cgi?id=1156137 What's the convergence we want here?
Note that per current spec, EventSource is supposed to support whatever fetch supports. I haven't tested whether Chrome in fact does that (e.g. whether it supports EventSource over FTP or blob: or whatnot).
-Boris