mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 02:08:58 +00:00
LibWeb: Port HTMLCanvasElement interface from DeprecatedString to String
This commit is contained in:
parent
7206f1777a
commit
76af9d434c
Notes:
sideshowbarker
2024-07-18 00:41:35 +09:00
Author: https://github.com/shannonbooth
Commit: 76af9d434c
Pull-request: https://github.com/SerenityOS/serenity/pull/20926
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/trflynn89 ✅
4 changed files with 13 additions and 13 deletions
|
@ -5,7 +5,7 @@
|
|||
typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/semantics.html#htmlcanvaselement
|
||||
[Exposed=Window, UseDeprecatedAKString]
|
||||
[Exposed=Window]
|
||||
interface HTMLCanvasElement : HTMLElement {
|
||||
|
||||
[HTMLConstructor] constructor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue