We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71460cd + c8df4a8 commit ef35f48Copy full SHA for ef35f48
packages/perspective/src/js/perspective.parallel.js
@@ -105,7 +105,7 @@ class WebWorker extends worker {
105
}
106
107
_start_cross_origin() {
108
- var dir = typeof WebAssembly === "undefined" ? "asmjs" : "wasm";
+ var dir = typeof WebAssembly === "undefined" ? "asmjs" : "async";
109
XHRWorker(
110
__SCRIPT_PATH__.path() + "perspective.worker." + dir + ".js",
111
function(worker) {
0 commit comments