Aliaksandr Kalenik
|
ac5c4705fd
LibWeb: Do not use JS::Handle for captures of AbortSignal callbacks
|
1 year ago |
Timothy Flynn
|
54d1f4e234
LibJS: Stop propagating small OOM errors from the Error object
|
1 year ago |
Aliaksandr Kalenik
|
bdd3a16b16
LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Timothy Flynn
|
f57310999d
LibWeb: Update workarounds for the empty execution context stack
|
2 years ago |
Shannon Booth
|
f320406a4c
LibWeb: Make Bindings::dom_exception_to_throw_completion public API
|
2 years ago |
Andreas Kling
|
0d82cc8a67
LibWeb: Don't assume response object isn't null in fetch abort algorithm
|
2 years ago |
Linus Groh
|
5cc6b1c4db
LibWeb/HTML: Port Window.fetch() to IDL
|
2 years ago |
Luke Wilde
|
9acc542059
LibWeb: Propagate Realm instead of VM more through Fetch
|
2 years ago |
Linus Groh
|
1032ac2453
LibWeb/Fetch: Store Response error message as a String{,View} variant
|
2 years ago |
Linus Groh
|
11023a3c53
LibWeb/Fetch: Port infrastructure to new String
|
2 years ago |
Kenneth Myhra
|
3f50025126
LibWeb: Make factory method of Fetch::Response fallible
|
2 years ago |
Timothy Flynn
|
88814acbd3
LibJS+Everywhere: Convert JS::Error to String
|
2 years ago |
networkException
|
f1dd4f42bc
LibWeb: Clarify WebIDL::Promise as an alias for JS::PromiseCapability
|
2 years ago |
Linus Groh
|
2a66fc6cae
LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloads
|
2 years ago |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
2 years ago |
MacDue
|
8a5d2be617
Everywhere: Remove unnecessary mutable attributes from lambdas
|
2 years ago |
Linus Groh
|
0aca69853c
LibWeb: Add abort algorithm after creating controller in fetch_impl()
|
2 years ago |
Linus Groh
|
1de1d6423b
LibWeb: Implement the fetch() method :^)
|
2 years ago |