padolsey/operative

Uncaught ReferenceError: hasTransferSupport is not defined

gudmundurg74 opened this issue · 1 comments

This is happening in BrowserWorker:321. Doing self.hasTransferSupport seems to fix this.

Not sure why this is happening but made the check more explicit with self. just for peace of mind. Thanks for reporting!