LibWeb: Implement FileReaderSync interface

This interface allows the user to read File or Blob objects
synchronously from inside workers.
This commit is contained in:
Tim Ledbetter 2025-02-22 07:15:40 +00:00 committed by Tim Ledbetter
commit bbcd8bd97c
Notes: github-actions[bot] 2025-02-28 04:50:48 +00:00
6 changed files with 170 additions and 9 deletions

View file

@ -98,6 +98,7 @@ libweb_js_bindings(FileAPI/Blob)
libweb_js_bindings(FileAPI/File)
libweb_js_bindings(FileAPI/FileList)
libweb_js_bindings(FileAPI/FileReader)
libweb_js_bindings(FileAPI/FileReaderSync)
libweb_js_bindings(Geometry/DOMMatrix)
libweb_js_bindings(Geometry/DOMMatrixReadOnly)
libweb_js_bindings(Geometry/DOMPoint)