mruby-js
mruby-js copied to clipboard
Web worker does not have window or global object
Web worker operates on a self
object instead of window or global. Hence the current impl does not work.
ref https://github.com/xxuejie/webruby/issues/14