tree: 19ae6971a25da7dc13ea8d80f76abfbcc2975e68 [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. tool/
  5. .gitignore
  6. .project
  7. .travis.yml
  8. analysis_options.yaml
  9. AUTHORS
  10. changelog.md
  11. LICENSE
  12. PATENTS
  13. pubspec.yaml
  14. readme.md
readme.md

webkit_inspection_protocol.dart

Build Status pub package

What is it?

The webkit_inspection_protocol package is a client for the Chrome DevTools Protocol (previously called the Webkit Inspection Protocol). It's used to talk to Chrome DevTools based debuggers.

The protocol

Read more about the protocol here.

Disclaimer

This is not an official Google product.