durs / node-activex

Node.JS Implementaion of ActiveXObject
MIT License
329 stars 62 forks source link

v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope #114

Open DarrenHou1993 opened 2 years ago

DarrenHou1993 commented 2 years ago

When i want to use winax in worker thread. will throw this error v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope. Maybe we don't support use this in worker thread for now ?