Use window.navigator.vendor to detect chromium-based browsers (#1449)

* Use window.navigator.vendor to detect chromium-based browsers

Previously we used `window.navigator.userAgent` to detect if the
browser is chromium-based, but that detection fails during iphone
simulation in chrome or egde.

Change the detection to use `window.navigator.vendor` instead.

CLoses: https://github.com/flutter/flutter/issues/92567

* Update changelog
3 files changed
tree: 766da4112e4bdff2efbea1be4f23d76a80b86aad
  1. .github/
  2. dwds/
  3. example/
  4. fixtures/
  5. frontend_server_client/
  6. frontend_server_common/
  7. tool/
  8. webdev/
  9. .gitattributes
  10. .gitignore
  11. analysis_options.yaml
  12. AUTHORS
  13. CONTRIBUTING.md
  14. mono_repo.yaml
  15. README.md
README.md

Dart

dwds Pub Package

A service that proxies between the Chrome debug protocol and the Dart VM service protocol.

webdev Pub Package

A command-line tool for developing and deploying web applications with Dart.