Function silkenweb::document::on_fullscreenerror

source ·
pub fn on_fullscreenerror(f: impl FnMut(Event) + 'static) -> EventCallback
Expand description

Add a fullscreenerror event handler at the document level.

This only has an effect on WASM targets.