Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
parse
Function · 0.95
create
Method · 0.95
tokenize
Function · 0.95
toIFrame
Method · 0.80
appendScript
Function · 0.80
Calls
no outgoing calls
Tested by
1
tokenize
Function · 0.76