Loading
Bug 1851854 - Use SetPrefableContextOptions for worklet JS ContextOptions. r=mccr8, a=RyanVM
`SetPrefableContextOptions` currently has to be called on the main thread, so store the options in `StartModuleLoadRunnable` and copy them on the worklet thread. This doesn't update the options when the prefs are changed, but we've been moving to read-on-startup for prefs so we probably don't need that. Differential Revision: https://phabricator.services.mozilla.com/D187767