WorkletMethods

Trait WorkletMethods 

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

Required Methods§

Source

fn AddModule( &self, realm: &mut CurrentRealm<'_>, moduleURL: USVString, options: &WorkletOptions, ) -> Rc<<D as DomTypes>::Promise>

Implementors§