📃 November 2013 release notes
New in Chrome
The following features are now available in Chrome:
-
Device orientation events:
The
DeviceMotion
andDeviceOrientation
events report the movement and orientation of the browser's device in physical space. Note that coordinates can differ noticeably between platforms and devices. -
DOMParser:
The
DOMParser
API parses XML or HTML source code from a string into a DOM Document. -
Media source:
The
MediaSource
API is a custom data source for media elements commonly used for adaptive streaming. Also known as Media Source Extensions (MSE). -
Wheel events:
The
wheel
event fires when the user moves a mouse wheel or similar spatially rotating input device.
New in Chrome Android
The following features are now available in Chrome Android:
-
Device orientation events:
The
DeviceMotion
andDeviceOrientation
events report the movement and orientation of the browser's device in physical space. Note that coordinates can differ noticeably between platforms and devices. -
DOMParser:
The
DOMParser
API parses XML or HTML source code from a string into a DOM Document. -
Media source:
The
MediaSource
API is a custom data source for media elements commonly used for adaptive streaming. Also known as Media Source Extensions (MSE). -
Wheel events:
The
wheel
event fires when the user moves a mouse wheel or similar spatially rotating input device.