Interface Atmosphere

Index

Properties

Properties

optional public AtmosphereRequest?: AtmosphereRequest

optional public subscribe?: (requestOrUrl: any, callback?: Function, request?: Atmosphere.Request) => Atmosphere.Request

The atmosphere API is a little bit special here: the first parameter can either be a URL string or a Request object. If it is a URL string, then the additional parameters are expected.

optional public unsubscribe?: () => void