mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
fix error
This commit is contained in:
+1
-1
@@ -782,7 +782,7 @@ xhr.open('GET', someUrl);
|
||||
xhr.responseType = 'arraybuffer';
|
||||
|
||||
xhr.onload = function () {
|
||||
var let arrayBuffer = xhr.response;
|
||||
let arrayBuffer = xhr.response;
|
||||
// ···
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user