Add NProgress stub in wasm worker

This commit is contained in:
randogoth 2025-12-22 15:11:50 +02:00
parent ba47f6dae4
commit c10e0a0bf2

View file

@ -9,6 +9,12 @@ self.Module = {
}
};
self.NProgress = self.NProgress || {
start: function () {},
set: function () {},
done: function () {}
};
self.importScripts("pmom.js");
self.data = {};