mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fixed ur to url for RequestResource in phantomjs
This commit is contained in:
Vendored
+1
-1
@@ -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