|
|
@ -63,7 +63,6 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// we're loading typed arrays in the sandbox
|
|
|
|
// we're loading typed arrays in the sandbox
|
|
|
|
console.log("LoadXML", path); |
|
|
|
|
|
|
|
var bb = new Blob([new Uint8Array(path)]); |
|
|
|
var bb = new Blob([new Uint8Array(path)]); |
|
|
|
var f = new FileReader(); |
|
|
|
var f = new FileReader(); |
|
|
|
f.onload = function(e) { |
|
|
|
f.onload = function(e) { |
|
|
|