エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
IE で download 属性サポートしてみる : (*x).b=z->a+y/c
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
IE で download 属性サポートしてみる : (*x).b=z->a+y/c
◆ navigator.msSaveOrOpenBlob で対応させる ◆ blob を取得するのが xhr なのでクロスドメインでダウン... ◆ navigator.msSaveOrOpenBlob で対応させる ◆ blob を取得するのが xhr なのでクロスドメインでダウンロードはできない if(document.documentMode && navigator.msSaveOrOpenBlob){ window.addEventListener("click", function(eve){ var a = eve.target if(!a.hasAttribute("download")) return eve.preventDefault() var filename = a.getAttribute("download") var xhr = new XMLHttpRequest() xhr.open("GET", a.href) xhr.responseType = "blob" xhr.send() xhr.

