This module provides a direct mapping of CDP events and commands for v1.3 (stable) of the IO Domain.
Input/Output operations for streams produced by DevTools.
Procs
proc closeIODomain(context: Browser | Tab): owned(Future[void]) {. ...stackTrace: false.}
-
Close the stream, discard any temporary backing storage.
proc resolveBlob(context: Browser | Tab; objectId: string): Future[JsonNode] {. ...stackTrace: false.}
-
Return UUID of Blob object specified by a remote object id.