MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / ExtractedImage

Interface ExtractedImage

benchmark/helpers.ts:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 | "image/webp";
38
39export interface ExtractedImage {
40 data: string;
41 mimeType: ImageMimeType;
42}
43
44export interface BenchmarkResult {
45 approach: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected