Skip to main content

navigator_clipboard_write

Function navigator_clipboard_write 

Source
pub(crate) fn navigator_clipboard_write(
    it: &mut Interp,
    this: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

navigator.clipboard.write(items)(丸ごと未対応だった。ClipboardItem 配列を受け取り、内部の text/plain エントリを既存の _clipboard 文字列プロパティへ書き込む簡略実装。画像等の他 MIME タイプは対象外)。