mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb: Implement FileReaderSync
interface
This interface allows the user to read File or Blob objects synchronously from inside workers.
This commit is contained in:
parent
3f71907255
commit
bbcd8bd97c
Notes:
github-actions[bot]
2025-02-28 04:50:48 +00:00
Author: https://github.com/tcl3
Commit: bbcd8bd97c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3667
Reviewed-by: https://github.com/shannonbooth
6 changed files with 170 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue