Files
ladybird/Userland/Libraries/LibWeb/HTML/Window.cpp
Linus Groh 324dacbc5d LibWeb/HTML: Propagate OOM errors from Window::{local,session}_storage()
This requires a bit of error type conversion glue as HashMap::try_ensure
expects the callback to return ErrorOr<T> like the function itself does.
2023-03-11 18:26:40 +00:00

69 KiB