1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 21:48:11 +00:00
serenity/Userland/Libraries/LibWeb/Streams
Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/
This is a concept fully defined in the Web IDL spec and doesn't belong
in the DOM directory/namespace - not even DOMException, despite the name
:^)
2022-09-25 19:13:31 +01:00
..
AbstractOperations.cpp LibWeb: Start fleshing out the ReadableStream interface 2022-09-22 21:01:13 +01:00
AbstractOperations.h LibWeb: Start fleshing out the ReadableStream interface 2022-09-22 21:01:13 +01:00
ReadableStream.cpp LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2022-09-25 19:13:31 +01:00
ReadableStream.h LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2022-09-25 19:13:31 +01:00
ReadableStream.idl LibWeb: Start fleshing out the ReadableStream interface 2022-09-22 21:01:13 +01:00