summaryrefslogtreecommitdiff
path: root/cli/tests/workers/test.ts
AgeCommit message (Collapse)Author
2021-03-08fix(runtime/js): add navigator interface objects (#9685)Nayeem Rahman
2021-03-05fix(cli/tests): Fix flaky worker test (#9691)Nayeem Rahman
2021-03-04fix(runtime/web_worker): Don't block self.onmessage with TLA (#9619)Nayeem Rahman
This commit rewrites implementation of "JsRuntime::mod_evaluate". Event loop is no longer polled automatically and users must manually drive event loop forward after calling "mod_evaluate". Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-02-15chore: Reorganise workers tests (#9493)Bartek Iwańczuk