Bug 206047 - Socket-based remote inspector should use DebuggableType in its messaging protocol
Summary: Socket-based remote inspector should use DebuggableType in its messaging prot...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-09 17:47 PST by Ross Kirsling
Modified: 2020-01-09 17:48 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ross Kirsling 2020-01-09 17:47:53 PST
Specifically, the type field of the setTargetList message and the postMessage upon clicking the Inspect button should just use the DebuggableType enum value directly instead of a human-readable string.