mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibWeb: Add support for XHR response type Blob
This commit is contained in:
committed by
Linus Groh
parent
df8c49f6bf
commit
5806eeec08
@@ -194,4 +194,9 @@ JS::Promise* Blob::array_buffer()
|
||||
return promise;
|
||||
}
|
||||
|
||||
JS::Object* Blob::create_wrapper(JS::GlobalObject& global_object)
|
||||
{
|
||||
return wrap(global_object, *this);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user