Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Philipp Partosch 46a936d7de added all files to project 2 years ago
..
externs added all files to project 2 years ago
json added all files to project 2 years ago
pdl added all files to project 2 years ago
types added all files to project 2 years ago
LICENSE added all files to project 2 years ago
README.md added all files to project 2 years ago
changelog.md added all files to project 2 years ago
package.json added all files to project 2 years ago

README.md

devtools-protocol

:warning: This repository is related to Chrome DevTools Protocol, but does not track issues regarding its definition or implementation. If you want to file an issue for the Chrome DevTools Protocol, please open an issue on https://crbug.com under component: Platform>DevTools>Platform.

Use the protocol viewer for navigating the protocol.

TypeScript definitions for the protocol’s types are available in ‘types/protocol.d.ts’. Mappings from Commands and events to these types are available in either generated DomainApi style in types/protocol-proxy-api.d.ts or in simple name-to-type-interface style in types/protocol-mapping.d.ts.

Also, this repo is published as the devtools-protocol NPM module. npm