Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-27 | LibWeb: Implement JS value <-> JSON parsing/serialization AOs | Linus Groh | |
2022-07-14 | LibWeb: Add 'byte-{lower,upper}case' operations from the Infra spec | Linus Groh | |
Usually operations that mirror AOs from the Infra spec are simply part of the underlying data structures in AK directly, but these don't seem generally useful enough to add them as ByteBuffer methods. |