tinycss2 icon indicating copy to clipboard operation
tinycss2 copied to clipboard

Streaming API

Open mnot opened this issue 1 month ago • 0 comments

Right now, it appears that using tinycss2 requires feeding the entire CSS file into the parser.

A streaming API (similar to html.parser) would allow applications to avoid buffering and the efficiency/security issues that it brings.

mnot avatar Dec 16 '25 21:12 mnot