mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
LibWeb: Add script element text getter setter
This commit is contained in:
committed by
Andreas Kling
parent
529fd0a65c
commit
f3db0003c2
@@ -13,7 +13,7 @@ interface HTMLScriptElement : HTMLElement {
|
||||
// FIXME: [CEReactions] attribute boolean async;
|
||||
[CEReactions, Reflect] attribute boolean defer;
|
||||
[CEReactions, Reflect=crossorigin, Enumerated=CORSSettingsAttribute] attribute DOMString? crossOrigin;
|
||||
// FIXME: [CEReactions] attribute DOMString text;
|
||||
[CEReactions] attribute DOMString text;
|
||||
[CEReactions, Reflect] attribute DOMString integrity;
|
||||
[CEReactions, Reflect=referrerpolicy] attribute DOMString referrerPolicy;
|
||||
// FIXME: [SameObject, PutForwards=value] readonly attribute DOMTokenList blocking;
|
||||
|
||||
Reference in New Issue
Block a user