mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibWeb: Add Optional<String> overload for Element::set_attribute
Which for now will just call the DeprecatedString version of this function. This is intended to be used in porting code over to using the new String equivalent with the end goal of removing the DeprecatedString version of this function. This allows us to port a whole heap of IDL interfaces from DeprecatedString to String.
This commit is contained in:
committed by
Sam Atkins
parent
d4a890080d
commit
a53459192f
@@ -1,7 +1,7 @@
|
||||
#import <HTML/HTMLElement.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/edits.html#htmlmodelement
|
||||
[Exposed=Window, UseDeprecatedAKString]
|
||||
[Exposed=Window]
|
||||
interface HTMLModElement : HTMLElement {
|
||||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
Reference in New Issue
Block a user