mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #476 from kazimanzurrashid/master
Updated the js-fixtures
This commit is contained in:
Vendored
+6
-4
@@ -1,12 +1,14 @@
|
||||
declare interface Fixtures {
|
||||
path: string;
|
||||
containerId: string;
|
||||
body(): string;
|
||||
window(): Window;
|
||||
set(html: string): void;
|
||||
appendSet(html: string): void;
|
||||
preload(...htmls: string[]): void;
|
||||
load(...htmls: string[]): void;
|
||||
appendLoad(...htmls: string[]): void;
|
||||
read(...htmls: string[]): string;
|
||||
preload(...urls: string[]): void;
|
||||
load(...urls: string[]): void;
|
||||
appendLoad(...urls: string[]): void;
|
||||
read(...urls: string[]): string;
|
||||
clearCache(): void;
|
||||
cleanUp(): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user