padolsey / operative

:dog2: Seamlessly create Web Workers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught ReferenceError: hasTransferSupport is not defined

gudmundurg74 opened this issue · 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!