generated at
Web Browser API
Web Browser上で使えるAPI


一覧
廃止になっているものも多い

リソースの読み込みを助けるウェブブラウザ API の世界


地理の話
現在地の取得など
SSL


getBattery()
充電状況とか取れる
充電してる時間とか

network connection
navigator.connection.effectiveType
今の通信が3Gなのか4Gなのか、など
切替時の取得など
navigator.connection.type
bluetoothなのかethernetなのか、mixedなのかnoneなのかなど
Online/Offlineの取得
navigator.onLine :: boolean



録音
audioContext


window.speechSynthesis
テキスト喋らせる
speak()で


vibrate(200) とか
震える


navigator.bluetooth.requestDevice()