$scramjetLoadController()
Factory function that creates theScramjetController class for the window context.
Returns
An object containing theScramjetController class.
Example
$scramjetLoadClient()
Factory function that creates theScramjetClient class for controlling sandboxing.
Returns
An object containing theScramjetClient class.
Example
Most users won’t need to interact with
ScramjetClient directly. It’s automatically created when using ScramjetController and ScramjetFrame.$scramjetLoadWorker()
Factory function that creates theScramjetServiceWorker class for the service worker context.
Returns
An object containing theScramjetServiceWorker class.