mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
LibWeb: Add constructor options to TextDecoder
This commit is contained in:
parent
9ed8c0b183
commit
f1ead552ce
5 changed files with 47 additions and 15 deletions
|
@ -254,6 +254,9 @@ class XMLSerializer;
|
|||
}
|
||||
|
||||
namespace Web::Encoding {
|
||||
struct TextDecodeOptions;
|
||||
class TextDecoder;
|
||||
struct TextDecoderOptions;
|
||||
class TextEncoder;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue