Advertisement
Guest User

Untitled

a guest
May 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if ( typeof( Storage ) !== "undefined" )
  2. {
  3. // Code for localStorage/sessionStorage.
  4. console.log( 'Storage Exists!' );
  5. }
  6. else
  7. {
  8. // Sorry! No Web Storage support..
  9. console.log( 'Storage doesn\'t Exists!' );
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement