summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLOptionsCollection.cpp
AgeCommit message (Expand)Author
2022-03-22LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY(), pt 2Linus Groh
2022-03-22LibWeb: Convert HTMLOptionsCollection to use TRY for error propagationTimothy Flynn
2022-03-22LibWeb: Implement HTMLOptionsCollection.add()Timothy Flynn
2022-03-16LibWeb: Add stub implementation of HTMLOptionsCollectionSimon Wanner