Bug 1324708: add missing attributes in URLLoader; r=brsun

This commit is contained in:
Peter Van der Beken 2016-12-20 21:47:07 +00:00
Родитель 7547c36287
Коммит af556561f8
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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) {