Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hiro-matsuno/907872bf804dc123bdf3 to your computer and use it in GitHub Desktop.
Save hiro-matsuno/907872bf804dc123bdf3 to your computer and use it in GitHub Desktop.
Chromeとかでは
localStorage.setItem('setするItem','0');
でできていたんだが、最近ではちょっと使い方が違うみたい
window.localStorage.setItem('setするItem','0');
で書かないといけないらしい。
すごくEdgeで怒られますた。
焦って調べてみるとMSさんちゃんと書いてくれてますな。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment