ES6 typings contain responseURL. Fixes #12434. (#12435)

This commit is contained in:
Melvin Groenhoff 2016-11-02 14:21:44 +01:00 committed by Masahiro Wakame
parent 07765863bf
commit 1ebf11b4eb

View File

@ -1359,10 +1359,6 @@ interface fetch {
}): Promise<any>;
}
interface XMLHttpRequest {
responseURL: string;
}
/**
* Headers Interface. This defines the methods exposed by the Headers object.
*/