1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

LibWeb: Add NavigationHistoryEntry, a wrapper around SessionHistoryEntry

This commit is contained in:
Andrew Kaster 2023-08-23 10:47:05 -06:00 committed by Andrew Kaster
parent daa9c4a650
commit 3c1d4eab24
9 changed files with 214 additions and 0 deletions

View file

@ -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)