Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 anni fa |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 anni fa |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 anni fa |
Kenneth Myhra
|
622a4f29a7
LibWeb: Add public get accessor function for Blob's internal ByteBuffer
|
2 anni fa |
Kenneth Myhra
|
9a1c27a163
LibWeb: Implement BufferSource support for XHR::send()
|
2 anni fa |
Kenneth Myhra
|
5830ff5be9
LibWeb: Let XHR::extract_body() return ErrorOr
|
2 anni fa |
Linus Groh
|
042dfc7284
LibWeb: Move extract_mime_type() from XMLHttpRequest to HeaderList
|
2 anni fa |
Linus Groh
|
2726fc9c73
LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace
|
3 anni fa |
Kenneth Myhra
|
0a511e29d1
LibWeb: Add support for Blob to XHR::send()
|
3 anni fa |
Kenneth Myhra
|
9b3da5a142
LibWeb: Move extract_body() towards spec compliance
|
3 anni fa |
Kenneth Myhra
|
bc4ccadcac
LibWeb: XHR::extra_body() rewrite to use Variant::visit()
|
3 anni fa |
Kenneth Myhra
|
48b59aaeb1
LibWeb: Mark body argument of extract_body() as const reference
|
3 anni fa |
Kenneth Myhra
|
42e76d8de9
LibWeb: Rename safely_extract_body() to extract_body()
|
3 anni fa |
Linus Groh
|
6619483169
LibWeb: Update incorrect Fetch namespaces
|
3 anni fa |
Linus Groh
|
c501453425
LibWeb: Use Fetch's HeaderList::get_decode_and_split() in XMLHttpRequest
|
3 anni fa |
Linus Groh
|
bc68539e26
LibWeb: Add & use TRY_OR_RETURN_OOM macro
|
3 anni fa |
Kenneth Myhra
|
5806eeec08
LibWeb: Add support for XHR response type Blob
|
3 anni fa |
Linus Groh
|
db5c455238
LibWeb: Use newly added 'Status' Fetch infrastructure in XMLHttpRequest
|
3 anni fa |
Linus Groh
|
aa852fd9f2
LibWeb: Use newly added 'Headers' Fetch infrastructure in XMLHttpRequest
|
3 anni fa |
Linus Groh
|
d232f3fc41
LibWeb: Use newly added 'Methods' Fetch infrastructure in XMLHttpRequest
|
3 anni fa |
Linus Groh
|
f42f0cceaa
LibWeb: Make Fetch::collect_an_http_quoted_string()'s 2nd param optional
|
3 anni fa |
Linus Groh
|
fad69fcacd
LibWeb: Move Fetch::collect_an_http_quoted_string() into HTTP.{cpp,h}
|
3 anni fa |
Linus Groh
|
e3798886ed
LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch spec
|
3 anni fa |
Linus Groh
|
df3e25f1bb
LibWeb: Add & use 'HTTP tab or space' from '2.2. HTTP' in the Fetch spec
|
3 anni fa |
Linus Groh
|
22a627fc1a
LibWeb: Move Origin into the HTML namespace
|
3 anni fa |
Ankur Sundara
|
400ef9913e
LibWeb: Fix regexes for XHR
|
3 anni fa |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 anni fa |
Kenneth Myhra
|
247951e09c
LibWeb: Add URLSearchParams as part of union type for XHR::send()
|
3 anni fa |
Kenneth Myhra
|
445c3050d4
LibWeb: Wire up XHR::ontimeout event
|
3 anni fa |
Kenneth Myhra
|
c805987329
LibWeb: Add timeout functionality to ResourceLoader
|
3 anni fa |