gleosmith / angular-web-worker

Library that assists with the communication between web workers and Angular apps
MIT License
32 stars 7 forks source link

fix: Using Angular 9 Ivy -> could not serialize promise result. #1 #3

Closed Humberd closed 4 years ago

Humberd commented 4 years ago

We are awaiting all the responses from the callable methods, since awaiting not-promise stuff will just return them. This way we do not need rely on metadata, which previously returned undefined for returnType property.

Humberd commented 4 years ago

Yes it did resolve the issue