blob: 974b10b5df95262e2b256264c3955a880d6f0653 [file] [log] [blame] [view]
# webkit_inspection_protocol.dart
[![Dart](https://github.com/google/webkit_inspection_protocol.dart/actions/workflows/build.yaml/badge.svg)](https://github.com/google/webkit_inspection_protocol.dart/actions/workflows/build.yaml)
[![pub package](https://img.shields.io/pub/v/webkit_inspection_protocol.svg)](https://pub.dartlang.org/packages/webkit_inspection_protocol)
## 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](https://developer.chrome.com/devtools/docs/debugger-protocol).
## Disclaimer
This is not an official Google product.