Worker.GWorker global functions
val import_scripts : Jstr.t list -> unitimport_scripts uris synchronously imports the given scripts in the worker.
val post : ?opts:Brr_io.Message.opts -> 'a -> unitpost ~opts v posts value v on the global object with options opts (the target_origin option is meaningless in this case).
close () closes this worker scope.