mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
LibWeb: Add the TextEncoder interface
This is from the Encoding Standard (https://encoding.spec.whatwg.org), and therefore gets its own namespace and subdirectory within LibWeb :^)
This commit is contained in:
parent
0306cf2030
commit
35d3a1e77b
6 changed files with 69 additions and 1 deletions
|
@ -396,6 +396,7 @@ libweb_js_wrapper(DOM/ProcessingInstruction)
|
|||
libweb_js_wrapper(DOM/Range)
|
||||
libweb_js_wrapper(DOM/ShadowRoot)
|
||||
libweb_js_wrapper(DOM/Text)
|
||||
libweb_js_wrapper(Encoding/TextEncoder)
|
||||
libweb_js_wrapper(Geometry/DOMRect)
|
||||
libweb_js_wrapper(Geometry/DOMRectReadOnly)
|
||||
libweb_js_wrapper(HTML/CanvasRenderingContext2D)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue