pub fn media<M>(url: impl IntoText<M>) -> MediaExpand description
media(url) — a native audio/video player for url (a string, Signal<String>, or closure;
a file path or an http(s) URL). The initial value loads on creation and autoplays by default;
call .load(trigger) and fire the trigger to (re)load whatever url currently holds.