DefinitelyTyped/types/jsdom
Kevin Snyder 557e9ce971 Fix #21235: add global types to DOMWindow interface
TypeScript team is figuring out how to expose these types on their `Window` interface, which `DOMWindow` extends (discussion [here](https://github.com/Microsoft/TypeScript/issues/19816)). In the meantime, this workaround will ensure that jsdom code compiles.

Some types are not defined even globally by TypeScript. These have been commented out in the `DOMWindow` interface, but are still valid properties in jsdom. If someone tries to use these properties, their code will still not compile.
2017-11-07 23:09:50 -08:00
..
v2
index.d.ts Fix #21235: add global types to DOMWindow interface 2017-11-07 23:09:50 -08:00
jsdom-tests.ts
package.json
tsconfig.json
tslint.json