aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/TextEncoder.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Implement `TextEncoder::encodeInto()` (#33360)webbeef2024-09-091-0/+7
| | | | | | | | | | | | | | | | | | | * Implement TextEncoder::encodeInto() Signed-off-by: webbeef <me@webbeef.org> * Update components/script/dom/textencoder.rs Signed-off-by: Martin Robinson <mrobinson@igalia.com> * Update components/script/dom/textencoder.rs Signed-off-by: Martin Robinson <mrobinson@igalia.com> --------- Signed-off-by: webbeef <me@webbeef.org> Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-1/+2
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* removed support for UTF-16 in TextEncoderAshwin R2016-09-271-1/+1
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Implement TextEncoderyodalee2015-03-311-0/+12
Fixes #4768.