Add NProgress stub in wasm worker
This commit is contained in:
parent
ba47f6dae4
commit
c10e0a0bf2
1 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,12 @@ self.Module = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
self.NProgress = self.NProgress || {
|
||||||
|
start: function () {},
|
||||||
|
set: function () {},
|
||||||
|
done: function () {}
|
||||||
|
};
|
||||||
|
|
||||||
self.importScripts("pmom.js");
|
self.importScripts("pmom.js");
|
||||||
|
|
||||||
self.data = {};
|
self.data = {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue