mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-20 06:59:47 +00:00
LibWeb: Add innerText attribute of HTMLScriptElement for TrustedTypes
This commit is contained in:
parent
6b9c44390f
commit
f7c05013c7
Notes:
github-actions[bot]
2025-09-16 08:58:42 +00:00
Author: https://github.com/tete17
Commit: f7c05013c7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6058
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta ✅
5 changed files with 34 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue