Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created September 25, 2017 05:23
Embed
What would you like to do?
if (window.localStorage) {
// localStorageをサポート
} else {
// localStorageをサポートしていない
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment