We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99756f3 commit 7dbcca2Copy full SHA for 7dbcca2
interface.js
@@ -21,7 +21,7 @@
21
};
22
23
24
- var Base = function(worker_script) {
+ var Interface = function(worker_script) {
25
this.worker = new Worker(worker_script);
26
this.promises = [];
27
var self = this;
0 commit comments