pub(crate) fn reject_promise(
pending_tasks_struct: &PendingTasksStruct,
promise_task: RefMut<'_, Option<TrustedPromise>>,
script_thread_sender: Sender<MainThreadScriptMsg>,
)Expand description
This function is an abstraction of steps 6.4.1.1 and 6.4.2.1 of the AddModule spec
https://html.spec.whatwg.org/multipage/#dom-worklet-addmodule