Guest User

Untitled

a guest
Nov 17th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. // check if API is supported
  2. if (window.Intl && typeof window.Intl === 'object') {
  3. console.log('API available');
  4. }
Add Comment
Please, Sign In to add comment