Browser class abstract
- Implemented types
- Annotations
- 
    - @anonymous
- @JS.new()
 
Constructors
- Browser()
Properties
- auth_callbacks ↔ dynamic
- 
  
  getter/setter pair
- DependenciesReceivers ↔ ScriptReceiverFactory
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- httpFactory ↔ HTTPFactory
- 
  
  getter/setter pairinherited
- nextAuthCallbackID ↔ num
- 
  for jsonp auth
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- ScriptReceivers ↔ ScriptReceiverFactory
- 
  
  getter/setter pairoverride
- timelineTransport ↔ TimelineTransport
- 
  
  getter/setter pairinherited
- transportConnectionInitializer ↔ Function
- 
  
  getter/setter pairinherited
- Transports ↔ TransportsTable
- 
  
  getter/setter pairinherited
Methods
- 
  addUnloadListener(Function listener) → void 
- 
  
  inherited
- 
  createJSONPRequest(String url, dynamic data) → JSONPRequest 
- 
  
  override
- 
  createMicrosoftXHR() → Ajax 
- 
  createScriptRequest(String src) → ScriptRequest 
- 
  
  override
- 
  createSocketRequest(String method, String url) → HTTPRequest 
- 
  
  inherited
- 
  createWebSocket(String url) → Socket 
- 
  
  inherited
- 
  createXHR() → Ajax 
- 
  
  inherited
- 
  createXMLHttpRequest() → Ajax 
- 
  getAuthorizers() → Map< String, AuthTransport> 
- 
  
  inherited
- 
  getDefaultStrategy(Config config, StrategyOptions options, Function defineTransport) → Strategy 
- 
  
  inherited
- 
  getDocument() → Document 
- 
  these methods/types are only implemented in the web Runtime, so they're
optional but must be included in the interface
  override
- 
  getLocalStorage() → dynamic 
- 
  
  inherited
- 
  getNetwork() → Reachability 
- 
  
  inherited
- 
  getProtocol() → String 
- 
  
  inherited
- 
  getWebSocketAPI() → Socket 
- 
  
  inherited
- 
  getXHRAPI() → Ajax 
- 
  
  inherited
- 
  isXDRSupported([bool useTLS]) → bool 
- 
  
  override
- 
  isXHRSupported() → bool 
- 
  
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  onDocumentBody(Function callback) → dynamic 
- 
  removeUnloadListener(Function listener) → void 
- 
  
  inherited
- 
  setup(dynamic PusherClass) → void 
- 
  
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited