core icon indicating copy to clipboard operation
core copied to clipboard

Feat: Add generics for selector

Open xiaodong2008 opened this issue 10 months ago • 0 comments

Example:

dom.select<FastjsDom>("body")
dom.select<FastjsDomList>(".class")
dom.select<FastjsDom | null>("#answer")
dom.select("p") // FastjsDom | FastjsDomList | null

xiaodong2008 avatar May 02 '24 13:05 xiaodong2008