mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 05:29:56 +00:00
LibWeb: Stub WebSerial API
This commit is contained in:
parent
34ec33d71c
commit
1be31c103f
Notes:
github-actions[bot]
2025-08-08 08:24:30 +00:00
Author: https://github.com/EdwinHoksberg
Commit: 1be31c103f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5740
Reviewed-by: https://github.com/gmta ✅
19 changed files with 715 additions and 0 deletions
|
@ -43,6 +43,7 @@ namespace Web::HTML::EventNames {
|
|||
__ENUMERATE_HTML_EVENT(cuechange) \
|
||||
__ENUMERATE_HTML_EVENT(currententrychange) \
|
||||
__ENUMERATE_HTML_EVENT(cut) \
|
||||
__ENUMERATE_HTML_EVENT(disconnect) \
|
||||
__ENUMERATE_HTML_EVENT(dispose) \
|
||||
__ENUMERATE_HTML_EVENT(DOMContentLoaded) \
|
||||
__ENUMERATE_HTML_EVENT(drag) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue