pub fn install_browser_context_on<'js>(
ctx: &Ctx<'js>,
target: &Object<'js>,
bcx: Arc<ContextRef>,
) -> Result<()>Expand description
context binding onto an arbitrary target (see install_page_on).
pub fn install_browser_context_on<'js>(
ctx: &Ctx<'js>,
target: &Object<'js>,
bcx: Arc<ContextRef>,
) -> Result<()>context binding onto an arbitrary target (see install_page_on).