タグ

2013年2月1日のブックマーク (2件)

  • WebStorageで、ワンライナー IE8, IE9pp3 ブラクラ - latest log

    localStorage.removeItem() 以外にも、localStorage.setItem(); や localStorage[key] = value; でも落ちるようです(コメント欄参照) <input id="A" type="text" value="" /><script>localStorage.removeItem(A.value)</script> 上記のコードをIE8で実行すると、タブクラッシュ → 復元 → タブクラッシュ → 復元機能停止 が発生します。 IE9pp3ではブラウザがクラッシュします。 回避するには テキストフィールドに値を入れるか、A.value を文字列型にキャストすることにより回避できます。 <input id="A" type="text" value="hoge" /><script>localStorage.removeItem(

    WebStorageで、ワンライナー IE8, IE9pp3 ブラクラ - latest log
    halohalolin
    halohalolin 2013/02/01
    IE8では、JavaScriptよりlocalStorage系の命令を使う場合、挿入する内容が文字列でないとタブクラッシュ等の症状が発生します。ですので、localStorageに挿入する際は、必ず事前に文字列へ変換して回避
  • Monaka - Home

    iPhone got new peripheral A physical computing toolkit for iPhone, iPod touch and iPad Getting Started in 5 min. iPhone, iPadをサポート monaka は Bluetooth Low Energy を搭載したiPhoneやiPod touch、iPadとダイレクトに通信を行います。MFiの申請も必要ありません。 Learn more

    halohalolin
    halohalolin 2013/02/01
    Bluetooth LE開発キット、定価: 9,980円(税込、送料別)、ドキュメントも充実しているっぽい、iOSなど向け