зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1324708: add missing attributes in URLLoader; r=brsun
This commit is contained in:
Родитель
7547c36287
Коммит
af556561f8
|
@ -1213,6 +1213,8 @@ class URLLoader extends PP_Resource {
|
|||
super(instance);
|
||||
this.responseReadCallback = null;
|
||||
this.responseUnreadChunks = [];
|
||||
this.bytes_received = 0;
|
||||
this.total_bytes_to_be_received = -1;
|
||||
}
|
||||
|
||||
openURL(method, url, callback) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче