📃 September 2009 release notes
New in Chrome
The following features are now available in Chrome:
- Array iteration methods: Array iteration methods
-
<audio>:
The
<audio>
element plays sound such as audio effects or music, optionally with controls provided by the browser. - Drag and Drop: The Drag and Drop API lets users drag and drop elements and external files such as images onto web pages. Developers can customize which elements can become draggable, the type of feedback the draggable elements produce, and the droppable elements.
-
JSON:
The
JSON
API provides static methods for parsing values from and converting values to JavaScript Object Notation (JSON), a serialization format for objects, arrays, numbers, strings, Boolean values, and null. -
<source>:
The
<source>
element sets a media resource for the<picture>
,<video>
, and<audio>
elements. -
<video>:
The
<video>
element plays videos or movies, optionally with controls provided by the browser.