mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
LibWeb: Implement a very basic version of TextDecoder
We had a very basic implementation of TextEncoder, let's add a TextDecoder next to that :^)
This commit is contained in:
parent
57997ed336
commit
16c0646b9d
6 changed files with 109 additions and 0 deletions
|
@ -472,6 +472,7 @@ class SVGPolygonElementWrapper;
|
|||
class SVGPolylineElementWrapper;
|
||||
class SVGRectElementWrapper;
|
||||
class SVGSVGElementWrapper;
|
||||
class TextDecoderWrapper;
|
||||
class TextEncoderWrapper;
|
||||
class TextMetricsWrapper;
|
||||
class TextWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue