LibWeb: Add innerText attribute of HTMLScriptElement for TrustedTypes

This commit is contained in:
Tete17 2025-08-06 15:03:58 +02:00 committed by Jelle Raaijmakers
commit f7c05013c7
Notes: github-actions[bot] 2025-09-16 08:58:42 +00:00
5 changed files with 34 additions and 1 deletions

View file

@ -21,6 +21,7 @@ interface HTMLScriptElement : HTMLElement {
[CEReactions] attribute (TrustedScript or Utf16DOMString) text;
[CEReactions] attribute (TrustedScriptURL or Utf16USVString) src;
[CEReactions] attribute (TrustedScript or Utf16DOMString)? textContent;
[CEReactions] attribute (TrustedScript or Utf16DOMString) innerText;
static boolean supports(DOMString type);