Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-16 | LibWeb: Implement a very basic version of TextDecoder | Ali Mohammad Pur | |
We had a very basic implementation of TextEncoder, let's add a TextDecoder next to that :^) | |||
2022-02-08 | LibJS: Convert ArrayBuffer construction to ThrowCompletionOr | davidot | |
This also allows us to create TypedArrays with an existing buffer thus clearing up an additional FIXME in TextEncoder. | |||
2021-12-12 | LibWeb: Implement TextEncoder.prototype.encoding | Linus Groh | |
2021-12-12 | LibWeb: Implement TextEncoder.prototype.encode() | Linus Groh | |
2021-12-12 | LibWeb: Add the TextEncoder interface | Linus Groh | |
This is from the Encoding Standard (https://encoding.spec.whatwg.org), and therefore gets its own namespace and subdirectory within LibWeb :^) |