node-devtools-protocol 0.0.801017-1 source package in Ubuntu

Changelog

node-devtools-protocol (0.0.801017-1) unstable; urgency=medium

  * Initial release (Closes: #1002899)

 -- Andrius Merkys <email address hidden>  Fri, 31 Dec 2021 06:37:02 -0500

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-devtools-protocol_0.0.801017-1.dsc 2.2 KiB 1ccdf2dc5508bcf76a143be92901436005a866d88bee695422814b3f69622df8
node-devtools-protocol_0.0.801017.orig.tar.gz 401.7 KiB db740f4dd90e6fac5a57dfc6a5f43cdfc61d9258151e73650d12e7d99409fd0f
node-devtools-protocol_0.0.801017-1.debian.tar.xz 2.2 KiB db54ae614f78c7052256d369ebbe2f15747228e824ba6d98c4bdcf4a5c719626

No changes file available.

Binary packages built by this source

node-devtools-protocol: Chrome DevTools Protocol

 The Chrome DevTools Protocol allows for tools to instrument, inspect, debug and
 profile Chromium, Chrome and other Blink-based browsers. Many existing projects
 currently use the protocol. The Chrome DevTools uses this protocol and the team
 maintains its API.
 .
 Instrumentation is divided into a number of domains (DOM, Debugger, Network
 etc.). Each domain defines a number of commands it supports and events it
 generates. Both commands and events are serialized JSON objects of a fixed
 structure.