mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-11 19:42:23 +08:00
Merge pull request #11060 from NYPL-Simplified/master
jsdom: Added changeURL.
This commit is contained in:
1
jsdom/jsdom.d.ts
vendored
1
jsdom/jsdom.d.ts
vendored
@@ -68,6 +68,7 @@ declare module "jsdom" {
|
||||
export function createCookieJar(): CookieJar;
|
||||
export function nodeLocation(node: Node): any;
|
||||
export function reconfigureWindow(window: Window, newProps: WindowProperties): void;
|
||||
export function changeURL(window: Window, url: string): void;
|
||||
|
||||
export function jQueryify(window: Window, jqueryUrl: string, callback: (window: Window, jquery: JQuery) => any): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user