mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 22:49:47 +00:00
LibWeb: Add textContent attribute of HTMLScriptElement for TrustedTypes
This commit is contained in:
parent
f65dca1b53
commit
6b9c44390f
Notes:
github-actions[bot]
2025-09-16 08:58:51 +00:00
Author: https://github.com/tete17
Commit: 6b9c44390f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6058
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta ✅
4 changed files with 42 additions and 10 deletions
|
@ -20,6 +20,7 @@ interface HTMLScriptElement : HTMLElement {
|
|||
// https://www.w3.org/TR/trusted-types/#enforcement-in-scripts
|
||||
[CEReactions] attribute (TrustedScript or Utf16DOMString) text;
|
||||
[CEReactions] attribute (TrustedScriptURL or Utf16USVString) src;
|
||||
[CEReactions] attribute (TrustedScript or Utf16DOMString)? textContent;
|
||||
|
||||
static boolean supports(DOMString type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue