Age | Commit message (Expand) | Author |
---|---|---|
2023-04-05 | LibWeb: Add FormData support to XHR | Kenneth Myhra |
2023-03-03 | LibWeb/Fetch: Port JS interfaces to new String | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-11-11 | LibWeb: Remove unused type XMLHttpRequestBodyInit | Kenneth Myhra |
2022-11-09 | LibWeb: Fix typo in BodyInitOrReadableBytes type alias | Linus Groh |
2022-10-30 | LibWeb: Implement 'Safely extract BodyInit' AO | Linus Groh |
2022-09-27 | LibWeb: Support ReadonlyBytes as argument for extract_body() | Linus Groh |
2022-09-25 | LibWeb: Move ExceptionOr from DOM/ to WebIDL/ | Linus Groh |
2022-09-22 | LibWeb: Update extract_body() to use BodyInit | Linus Groh |
2022-09-22 | LibWeb: Add BodyInit union type | Linus Groh |
2022-09-22 | LibWeb: Move extract_body() into Fetch | Linus Groh |
2022-09-22 | LibWeb: Move XMLHttpRequestBodyInit into Fetch | Linus Groh |