mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 06:14:46 +01:00
29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
# About cdproto
|
|
|
|
Package `cdproto` contains the generated commands, types, and events for the
|
|
[Chrome DevTools Protocol domains][devtools-protocol].
|
|
|
|
[![Unit Tests][cdproto-ci-status]][cdproto-ci]
|
|
[![Go Reference][goref-cdproto-status]][goref-cdproto]
|
|
|
|
This package is generated by the [`cdproto-gen`][cdproto-gen] command. Please
|
|
refer to that project and to the main [`chromedp`][chromedp] project for
|
|
information on using the commands, types, and events available here.
|
|
|
|
## API
|
|
|
|
Please see the [Go Reference][goref-cdproto].
|
|
|
|
## Contributing
|
|
|
|
If you would like to submit a change to the code in this package, please submit
|
|
your Pull Request to the [`cdproto-gen`][cdproto-gen] project. Any Issues and
|
|
Pull Requests submitted to this project will be closed without being reviewed.
|
|
|
|
[cdproto-ci]: https://github.com/chromedp/cdproto/actions/workflows/build.yml (Build CI)
|
|
[cdproto-ci-status]: https://github.com/chromedp/cdproto/actions/workflows/build.yml/badge.svg (Build CI)
|
|
[cdproto-gen]: https://github.com/chromedp/cdproto-gen
|
|
[chromedp]: https://github.com/chromedp/chromedp
|
|
[devtools-protocol]: https://chromedevtools.github.io/devtools-protocol/
|
|
[goref-cdproto]: https://pkg.go.dev/github.com/chromedp/cdproto
|
|
[goref-cdproto-status]: https://pkg.go.dev/badge/github.com/chromedp/chromedp.svg
|