mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Add CasperJS, Refactor PhantomJS
This commit is contained in:
Vendored
+11
-6
@@ -1,10 +1,11 @@
|
||||
/************************************************
|
||||
* *
|
||||
* PlantomJS v1.8.0 API *
|
||||
* *
|
||||
************************************************/
|
||||
/**********************************************************
|
||||
* *
|
||||
* PlantomJS v1.8.0 API *
|
||||
* https://github.com/ariya/phantomjs/wiki/API-Reference *
|
||||
* *
|
||||
**********************************************************/
|
||||
|
||||
interface PhantomJSStatic {
|
||||
interface Phantom {
|
||||
|
||||
// Properties
|
||||
args: string[]; // DEPRECATED
|
||||
@@ -24,3 +25,7 @@ interface PhantomJSStatic {
|
||||
// Callbacks
|
||||
onError: Function;
|
||||
}
|
||||
|
||||
interface WebPage {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user