일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- web
- Three.js
- javscript
- CI/CD
- bootstrap
- VR
- auth0
- EM6
- aframe
- AR
- A-Frame
- vue-template-compiler
- WebXR
- promise
- npx
- PHP
- WebVR
- version mismatch
- vuex
- array
- JS
- 상태관리
- JavaScript
- Component
- PDO
- Node
- package-lock.json
- vue
- vuetify
- 3d
Archives
- Today
- Total
대가는 결과를 만든다
Navigator 본문
반응형
Navigator Object
Docs : https://www.w3schools.com/jsref/obj_navigator.asp
- 사용자 브라우저의 정보를 포함하고 있는 obect
appCodeName | Returns the code name of the browser |
appName | Returns the name of the browser |
appVersion | Returns the version information of the browser |
cookieEnabled | Determines whether cookies are enabled in the browser |
geolocation | Returns a Geolocation object that can be used to locate the user's position |
language | Returns the language of the browser |
onLine | Determines whether the browser is online |
platform | Returns for which platform the browser is compiled |
product | Returns the engine name of the browser |
userAgent | Returns the user-agent header sent by the browser to the server |
*이 object를 활용하여 (userAgent) 클라이언트의 브라우저 플랫폼이나 브라우저 종류 파악이 가능하다.
'개발 > Javascript' 카테고리의 다른 글
web worker (0) | 2019.07.25 |
---|---|
[스터디] Javascript ES6 feature 몇 가지 정리 (0) | 2019.02.01 |
javascript의 prototype이란? (0) | 2018.12.20 |
[이슈] jQuery click 이벤트 중복으로 인한 문제 (4) | 2018.12.14 |
Ajax (0) | 2018.06.06 |
Comments