HTML5 & Friends --- Today and Tomorrow (Paul Rouget)
latest #33
offline: (1) localStorage (like super cookies) (2) app cache
WebWorkers - Javascript threads
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Web Notification: createNotification('icon.png','title',text')
speech input: <input type="text" speech />
(any html tag could be full screen)
Mouse Lock/Capture API: because mousemove is not enough
WebUSB: addUSBHandle(matchClass, matchVendor, matchDevice)
WebNFC: near-field communication
network type: navigator.networktype
Live Demo: 用Canvas 呼叫WebCam...
back to top