demo · v134

Migration codemod

The intent-to-remove cited a finite list of goog-prefixed audio constraints that Chrome silently honoured. After Chrome 134 the same options pass through but do nothing — at best a no-op, at worst the call rejects with OverconstrainedError because they’re neither required nor ideal in the standard syntax. Paste a legacy constraints object below; the codemod rewrites it to the standardised equivalents and you can try the new object live.

probing getUserMedia + getSupportedConstraints…

Codemod

before (legacy)

after (standardised)

see also