Web platform features explorer

📃 September 2010 release notes

New in Chrome

The following features are now available in Chrome:

  • Performance: The performance global object and the Performance API provide access to performance-related information for the current execution context.
  • <progress>: The <progress> element displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
  • Server-sent events: The EventSource API creates a connection to a server and listens to a stream of events sent by the server.