pub trait WorkletMethods {
    // Required method
    fn AddModule(
        &self,
        moduleURL: USVString,
        options: &WorkletOptions,
        _comp: InRealm<'_>
    ) -> Rc<Promise>;
}

Required Methods§

source

fn AddModule( &self, moduleURL: USVString, options: &WorkletOptions, _comp: InRealm<'_> ) -> Rc<Promise>

Implementors§