Bug 155644 - Web Inspector: inspector protocol should support base64-encoded blobs as a built-in type
Summary: Web Inspector: inspector protocol should support base64-encoded blobs as a bu...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: InspectorProtocol
  Show dependency treegraph
 
Reported: 2016-03-18 09:41 PDT by BJ Burg
Modified: 2016-12-13 15:38 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2016-03-18 09:41:15 PDT
Blobs are used by commands for screenshots and fetching resources primarily, and have more strict format requirements than an arbitrary 'string' type. Checking conformance to these types should be done in the bindings code not client code.
Comment 1 Radar WebKit Bug Importer 2016-03-18 09:42:13 PDT
<rdar://problem/25240900>