pub trait OnPromptBox: Fn(&WebView, &PromptParams) -> Option<String> + Send + 'static { }
Triggered by window.prompt().