TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

Support `HTMLElement.hidden` value `"until-found"`

Open pje opened this issue 1 year ago • 4 comments

HTMLElement.hidden can now be any of true | false | "until-found". (MDN)

This has support from two major browsers (Chrome and Edge). (caniuse)

Screen Shot 2024-01-03 at 19 08 05 Screen Shot 2024-01-03 at 19 07 00

pje avatar Jan 04 '24 00:01 pje