summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Infra
AgeCommit message (Collapse)Author
2022-09-27LibWeb: Implement JS value <-> JSON parsing/serialization AOsLinus Groh
2022-07-14LibWeb: Add 'byte-{lower,upper}case' operations from the Infra specLinus 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.