summaryrefslogtreecommitdiff
path: root/cli/tests/worker_post_undefined.ts
AgeCommit message (Collapse)Author
2021-02-15chore: Reorganise workers tests (#9493)Bartek Iwańczuk
2021-01-08fix: Worker hangs when posting "undefined" as message (#8920)yonatan ben avraham
This commit fixes hang in web workers occuring when sending "undefined" as message value. It is a temporary band-aid until proper structured close is implemented. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>