mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27:46 +00:00
LibWeb: Implement the fetch response's unsafe response AO
This commit is contained in:
parent
e4cb27050a
commit
dff0e8a0dc
2 changed files with 12 additions and 0 deletions
|
@ -108,6 +108,8 @@ public:
|
|||
|
||||
[[nodiscard]] WebIDL::ExceptionOr<JS::NonnullGCPtr<Response>> clone(JS::Realm&) const;
|
||||
|
||||
[[nodiscard]] JS::NonnullGCPtr<Response> unsafe_response();
|
||||
|
||||
[[nodiscard]] bool is_cors_cross_origin() const;
|
||||
|
||||
// Non-standard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue