Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |