chrome 157 · upcoming

chrome 157 platform demos

4 features tracked for Chrome 157. Click a feature's title to open its demo; each card also links to its ChromeStatus entry.

Per-feature demos below are built automatically, one feature per commit, and every distinct use case should become an interactive concept page.

features (4)

Shipped (3)

  1. Disallow spaces in non-file:// URL hosts

    According to the [URL Standard specification](https://url.spec.whatwg.org/#forbidden-host-code-point), URL hosts cannot contain the space character, but currently URL parsing in Chromium allows spaces in the host. This c...

  2. Web Bluetooth: BluetoothRemoteGATTServer.maxWriteWithoutResponseSize

    Adds BluetoothRemoteGATTServer.maxWriteWithoutResponseSize, which reports the largest payload that writeValueWithoutResponse() can send in one ATT packet. A maxwritewithoutresponsesizechanged event notifies applications ...

  3. Web Bluetooth: Make BluetoothRemoteGATTServer an EventTarget

    BluetoothRemoteGATTServer inherits from EventTarget, exposing the standard addEventListener(), removeEventListener(), and dispatchEvent() methods. This enables connection-level events to be dispatched directly on the GAT...

Stepped rollout (1)

  1. Disallow spaces in non-file:// URL hosts

    According to the [URL Standard specification](https://url.spec.whatwg.org/#forbidden-host-code-point), URL hosts cannot contain the space character, but currently URL parsing in Chromium allows spaces in the host. This c...

    Stepped rollout ChromeStatus ↗ demo →