ladybird/Userland/Libraries/LibWeb/Fetch
Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions
Similar to create() in LibJS, wrap() et al. are on a low enough level to
warrant passing a Realm directly instead of relying on the current realm
from the VM, as a wrapper may need to be allocated while no JS is being
executed.
2022-08-23 13:58:30 +01:00
..
Infrastructure LibWeb: Move extract_mime_type() from XMLHttpRequest to HeaderList 2022-07-20 18:03:21 +01:00
Headers.cpp LibJS: Remove GlobalObject from VM::throw_completion() 2022-08-23 13:58:30 +01:00
Headers.h LibWeb: Replace GlobalObject with Realm in wrapper functions 2022-08-23 13:58:30 +01:00
Headers.idl LibWeb: Implement '5.1. Headers class' from the Fetch API :^) 2022-07-19 00:27:35 +01:00
HeadersIterator.cpp LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] 2022-08-23 13:58:30 +01:00
HeadersIterator.h LibWeb: Replace GlobalObject with Realm in wrapper functions 2022-08-23 13:58:30 +01:00