mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Fixed ur to url for RequestResource in phantomjs
This commit is contained in:
2
phantomjs/phantomjs.d.ts
vendored
2
phantomjs/phantomjs.d.ts
vendored
@@ -173,7 +173,7 @@ interface ResourceResponse {
|
||||
interface ResourceRequest {
|
||||
id: number;
|
||||
method: string;
|
||||
ur: string;
|
||||
url: string;
|
||||
time: Date;
|
||||
headers: { [name: string]: string; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user