mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +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
|
@ -109,6 +109,10 @@ template<typename ValueType>
|
|||
class ExceptionOr;
|
||||
}
|
||||
|
||||
namespace Web::Encoding {
|
||||
class TextEncoder;
|
||||
}
|
||||
|
||||
namespace Web::Geometry {
|
||||
class DOMRect;
|
||||
class DOMRectReadOnly;
|
||||
|
@ -432,6 +436,7 @@ class SVGGeometryElementWrapper;
|
|||
class SVGGraphicsElementWrapper;
|
||||
class SVGPathElementWrapper;
|
||||
class SVGSVGElementWrapper;
|
||||
class TextEncoderWrapper;
|
||||
class TextWrapper;
|
||||
class UIEventWrapper;
|
||||
class URLConstructor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue