jsaddle-dom-0.9.4.1: DOM library that uses jsaddle to support both GHCJS and GHC

Safe HaskellNone
LanguageHaskell2010

JSDOM.Generated.EventSource

Synopsis

Documentation

pattern CONNECTING :: forall a. (Eq a, Num a) => a Source #

pattern OPEN :: forall a. (Eq a, Num a) => a Source #

pattern CLOSED :: forall a. (Eq a, Num a) => a Source #

newtype EventSource Source #

Functions for this inteface are in JSDOM.EventSource. Base interface functions are in:

Mozilla EventSource documentation

Constructors

EventSource 

Fields