LibWeb: Add stub definition for WorkletGlobalScope

This commit is contained in:
Shannon Booth 2024-11-30 19:27:53 +13:00 committed by Andreas Kling
commit b39f4f0b5a
Notes: github-actions[bot] 2024-11-30 10:20:24 +00:00
5 changed files with 50 additions and 0 deletions

View file

@ -241,6 +241,7 @@ libweb_js_bindings(HTML/Worker)
libweb_js_bindings(HTML/WorkerGlobalScope)
libweb_js_bindings(HTML/WorkerLocation)
libweb_js_bindings(HTML/WorkerNavigator)
libweb_js_bindings(HTML/WorkletGlobalScope)
libweb_js_bindings(HighResolutionTime/Performance)
libweb_js_bindings(IndexedDB/IDBCursor)
libweb_js_bindings(IndexedDB/IDBDatabase)