MCPcopy
hub / github.com/niklasvh/html2canvas / write

Method write

src/css/syntax/tokenizer.ts:318–320  ·  view source on GitHub ↗
(chunk: string)

Source from the content-addressed store, hash-verified

316 }
317
318 write(chunk: string): void {
319 this._value = this._value.concat(toCodePoints(chunk));
320 }
321
322 read(): CSSToken[] {
323 const tokens = [];

Callers 5

parseFunction · 0.95
createMethod · 0.95
tokenizeFunction · 0.95
toIFrameMethod · 0.80
appendScriptFunction · 0.80

Calls

no outgoing calls

Tested by 1

tokenizeFunction · 0.76