pub(crate) fn navigator_share(
it: &mut Interp,
_t: Value,
_a: &[Value],
) -> Result<Value, Value>Expand description
navigator.share(data)(Web Share API。丸ごと未対応だった)。実際の
共有先 UI が無いため、ユーザーがネイティブ共有シートを閉じた場合と同じ
仕様どおりの AbortError で常に拒否する(成功を偽装しない)。