pub(crate) trait WorkletMethods<D>where
D: DomTypes,{
// Required method
fn AddModule(
&self,
realm: &mut CurrentRealm<'_>,
moduleURL: USVString,
options: &WorkletOptions,
) -> Rc<<D as DomTypes>::Promise>;
}