jon.recoil.org

Module Worker.SharedSource

Shared workers.

Sourcetype t

The type for SharedWorker objects.

create ~opts uri creates a shared worker that executes the script uri. This may throw a Jv.Error exception.

as_target w is w as an event target.