[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/resources/lib/sinonjs/ -> sinon-ie-1.10.3.js (summary)

Sinon.JS 1.10.3, 2014/07/11

Author: Christian Johansen ([email protected])
Author: Contributors: https://github.com/cjohansen/Sinon.JS/blob/master/AUTHORS
File Size: 100 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 9 functions

  setTimeout()
  clearTimeout()
  setImmediate()
  clearImmediate()
  setInterval()
  clearInterval()
  Date()
  XMLHttpRequest()
  XDomainRequest()

Functions
Functions that are not part of a class:

setTimeout()   X-Ref
Helps IE run the fake timers. By defining global functions, IE allows
them to be overwritten at a later point. If these are not defined like
this, overwriting them will result in anything from an exception to browser
crash.

If you don't require fake timers to work in IE, don't include this file.

author: Christian Johansen ([email protected])

clearTimeout()   X-Ref
No description

setImmediate()   X-Ref
No description

clearImmediate()   X-Ref
No description

setInterval()   X-Ref
No description

clearInterval()   X-Ref
No description

Date()   X-Ref
No description

XMLHttpRequest()   X-Ref
Helps IE run the fake XMLHttpRequest. By defining global functions, IE allows
them to be overwritten at a later point. If these are not defined like
this, overwriting them will result in anything from an exception to browser
crash.

If you don't require fake XHR to work in IE, don't include this file.

author: Christian Johansen ([email protected])

XDomainRequest()   X-Ref
Helps IE run the fake XDomainRequest. By defining global functions, IE allows
them to be overwritten at a later point. If these are not defined like
this, overwriting them will result in anything from an exception to browser
crash.

If you don't require fake XDR to work in IE, don't include this file.



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1