|
|
@ -20,9 +20,10 @@ module Docs
|
|
|
|
'Geolocation' => 'Geolocation',
|
|
|
|
'Geolocation' => 'Geolocation',
|
|
|
|
'Geometry' => 'Geometry',
|
|
|
|
'Geometry' => 'Geometry',
|
|
|
|
'High Resolution Time' => 'Web Performance',
|
|
|
|
'High Resolution Time' => 'Web Performance',
|
|
|
|
|
|
|
|
'Intersection' => 'Intersection Observer',
|
|
|
|
'Media Capture' => 'Media',
|
|
|
|
'Media Capture' => 'Media',
|
|
|
|
'Media Source' => 'Media',
|
|
|
|
'Media Source' => 'Media',
|
|
|
|
'MediaStream' => 'Media',
|
|
|
|
'MediaStream' => 'Stream',
|
|
|
|
'Navigation Timing' => 'Web Performance',
|
|
|
|
'Navigation Timing' => 'Web Performance',
|
|
|
|
'Network Information' => 'Network Information',
|
|
|
|
'Network Information' => 'Network Information',
|
|
|
|
'Performance Timeline' => 'Web Performance',
|
|
|
|
'Performance Timeline' => 'Web Performance',
|
|
|
@ -32,8 +33,10 @@ module Docs
|
|
|
|
'Shadow DOM' => 'Shadow DOM',
|
|
|
|
'Shadow DOM' => 'Shadow DOM',
|
|
|
|
'Server-Sent Events' => 'Server-Sent Events',
|
|
|
|
'Server-Sent Events' => 'Server-Sent Events',
|
|
|
|
'Service Workers' => 'Service Workers',
|
|
|
|
'Service Workers' => 'Service Workers',
|
|
|
|
|
|
|
|
'Stream API' => 'Stream',
|
|
|
|
'Touch Events' => 'Touch Events',
|
|
|
|
'Touch Events' => 'Touch Events',
|
|
|
|
'Web Animations' => 'Animation',
|
|
|
|
'Web Animations' => 'Animation',
|
|
|
|
|
|
|
|
'Web App Manifest' => 'Web App Manifest',
|
|
|
|
'Web Audio' => 'Web Audio',
|
|
|
|
'Web Audio' => 'Web Audio',
|
|
|
|
'Web Messaging' => 'Web Messaging',
|
|
|
|
'Web Messaging' => 'Web Messaging',
|
|
|
|
'Web MIDI' => 'Web MIDI',
|
|
|
|
'Web MIDI' => 'Web MIDI',
|
|
|
@ -70,8 +73,10 @@ module Docs
|
|
|
|
'MediaQuery' => 'MediaQuery',
|
|
|
|
'MediaQuery' => 'MediaQuery',
|
|
|
|
'Node' => 'Node',
|
|
|
|
'Node' => 'Node',
|
|
|
|
'Notification' => 'Notification',
|
|
|
|
'Notification' => 'Notification',
|
|
|
|
|
|
|
|
'OffscreenCanvas' => 'Canvas',
|
|
|
|
'ParentNode' => 'Node',
|
|
|
|
'ParentNode' => 'Node',
|
|
|
|
'Performance' => 'Web Performance',
|
|
|
|
'Performance' => 'Web Performance',
|
|
|
|
|
|
|
|
'Presentation' => 'Presentation',
|
|
|
|
'Push' => 'Push',
|
|
|
|
'Push' => 'Push',
|
|
|
|
'Range' => 'Range',
|
|
|
|
'Range' => 'Range',
|
|
|
|
'Resource Timing' => 'Web Performance',
|
|
|
|
'Resource Timing' => 'Web Performance',
|
|
|
@ -87,11 +92,13 @@ module Docs
|
|
|
|
'Touch' => 'Touch Events',
|
|
|
|
'Touch' => 'Touch Events',
|
|
|
|
'TreeWalker' => 'TreeWalker',
|
|
|
|
'TreeWalker' => 'TreeWalker',
|
|
|
|
'URL' => 'URL',
|
|
|
|
'URL' => 'URL',
|
|
|
|
|
|
|
|
'VR' => 'WebVR',
|
|
|
|
'window' => 'Window',
|
|
|
|
'window' => 'Window',
|
|
|
|
'Window' => 'Window',
|
|
|
|
'Window' => 'Window',
|
|
|
|
'XMLHttpRequest' => 'XMLHTTPRequest' }
|
|
|
|
'XMLHttpRequest' => 'XMLHTTPRequest' }
|
|
|
|
|
|
|
|
|
|
|
|
TYPE_BY_NAME_INCLUDES = {
|
|
|
|
TYPE_BY_NAME_INCLUDES = {
|
|
|
|
|
|
|
|
'Animation' => 'Animation',
|
|
|
|
'ChildNode' => 'Node',
|
|
|
|
'ChildNode' => 'Node',
|
|
|
|
'Crypto' => 'Web Cryptography',
|
|
|
|
'Crypto' => 'Web Cryptography',
|
|
|
|
'Drag' => 'Drag & Drop',
|
|
|
|
'Drag' => 'Drag & Drop',
|
|
|
@ -101,7 +108,7 @@ module Docs
|
|
|
|
'ImageData' => 'Canvas',
|
|
|
|
'ImageData' => 'Canvas',
|
|
|
|
'IndexedDB' => 'IndexedDB',
|
|
|
|
'IndexedDB' => 'IndexedDB',
|
|
|
|
'Media Source' => 'Media',
|
|
|
|
'Media Source' => 'Media',
|
|
|
|
'MediaStream' => 'Media',
|
|
|
|
'MediaStream' => 'Stream',
|
|
|
|
'NodeList' => 'Node',
|
|
|
|
'NodeList' => 'Node',
|
|
|
|
'Path2D' => 'Canvas',
|
|
|
|
'Path2D' => 'Canvas',
|
|
|
|
'Pointer' => 'Pointer Events',
|
|
|
|
'Pointer' => 'Pointer Events',
|
|
|
|