mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 15:49:11 +00:00
LibWeb: Implement HTMLImageElement.currentSrc
Removes some console noise from lner.co.uk :)
This commit is contained in:
parent
600daea544
commit
3095daa7c8
Notes:
sideshowbarker
2024-07-17 18:08:55 +09:00
Author: https://github.com/jamierocks
Commit: 3095daa7c8
Pull-request: https://github.com/SerenityOS/serenity/pull/24425
Reviewed-by: https://github.com/tcl3
3 changed files with 11 additions and 1 deletions
|
@ -19,7 +19,7 @@ interface HTMLImageElement : HTMLElement {
|
|||
readonly attribute unsigned long naturalWidth;
|
||||
readonly attribute unsigned long naturalHeight;
|
||||
readonly attribute boolean complete;
|
||||
[FIXME] readonly attribute USVString currentSrc;
|
||||
readonly attribute USVString currentSrc;
|
||||
[FIXME, CEReactions] attribute DOMString referrerPolicy;
|
||||
[FIXME, CEReactions] attribute DOMString decoding;
|
||||
[CEReactions, Enumerated=LazyLoadingAttribute, Reflect] attribute DOMString loading;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue