You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Javascript tests No manual interaction or rendering Sync tests Simple Synchronous Test Run test localStorage Example From the spec: The getItem(key) method must return the current value associated with the given key. If the given key does not exist in the list associated with the object then this method must return null. localStorage getItem Test Run test Async tests Structure of async tests Simpl
2012年9月8日に開催されたHTML5 Conference 2012でお話したときのスライドです。 スライドを見る
28. サンプルコード <html> <head> </head> <body> <h2>CameraDemo</h2> <video id="live" autoplay controls></video> <script type="text/javascript"> video = document.getElementById("live") //for GoogleChrome navigator.webkitGetUserMedia("video audio", //Operaの場合はnavigator.getUserMedia function(stream) { video.src = window.webkitURL.createObjectURL(stream); }, function(err) { console.log("Unable to get video s
This document discusses device APIs in HTML5 including geolocation, device orientation, and media capture. It notes several working groups at the W3C that are developing device API specifications, including the Geolocation WG, Device APIs WG, and Web Real-Time Communication WG. Key APIs being developed include Geolocation, Media Capture, and a stream API for real-time communication. Links to speci
If this year is all about the mobile space maturing, then your web skills are where it’s at and a key player is PhoneGap, which supercharges your code and gets you into the app store(s). We look at one small framework’s journey from birth at a 2 day hacking event to become the preeminent method for distributing packaged web apps on mobile devices. We will have a look at the all the goodies that Ph
Jun 28, 2011Download as KEY, PDF4 likes1,867 views This document discusses WebRTC and how it enables real-time communications directly in web browsers without plugins. It provides an overview of WebRTC, including that it uses standard protocols and codecs, has a standard JavaScript API, and was contributed to by Google. It discusses how WebRTC works using peer-to-peer connections between endpoints
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く