HTML5 / JS storage event handler

前端 未结 4 798
隐瞒了意图╮
隐瞒了意图╮ 2020-12-31 17:26

I\'m using Safari webkit\'s engine together with HTML5 and JS to create an offline application now I\'m using the sessionStorage array to store status of my app

4条回答
  •  温柔的废话
    2020-12-31 18:10

    Storage event handlers only fire if the storage event is triggered from another window.

    How can I get an event to fire every time localStorage is updated in Safari 5+?

提交回复
热议问题