mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 22:29:10 +00:00
LibWeb: Add NavigationHistoryEntry, a wrapper around SessionHistoryEntry
This commit is contained in:
parent
daa9c4a650
commit
3c1d4eab24
Notes:
sideshowbarker
2024-07-16 17:12:03 +09:00
Author: https://github.com/ADKaster
Commit: 3c1d4eab24
Pull-request: https://github.com/SerenityOS/serenity/pull/20720
Reviewed-by: https://github.com/kalenikaliaksandr
Reviewed-by: https://github.com/shannonbooth ✅
9 changed files with 214 additions and 0 deletions
|
@ -168,6 +168,7 @@ libweb_js_bindings(HTML/MessageEvent)
|
|||
libweb_js_bindings(HTML/MessagePort)
|
||||
libweb_js_bindings(HTML/MimeType)
|
||||
libweb_js_bindings(HTML/MimeTypeArray)
|
||||
libweb_js_bindings(HTML/NavigationHistoryEntry)
|
||||
libweb_js_bindings(HTML/Navigator)
|
||||
libweb_js_bindings(HTML/PageTransitionEvent)
|
||||
libweb_js_bindings(HTML/Path2D)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue