LibWeb: Fix invalid spec link on the TransformStream constructor
This commit is contained in:
parent
37d62c16f8
commit
9e8ff45962
Notes:
sideshowbarker
2024-07-17 00:23:42 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/9e8ff45962 Pull-request: https://github.com/SerenityOS/serenity/pull/24165 Reviewed-by: https://github.com/kennethmyhra ✅ Reviewed-by: https://github.com/shannonbooth ✅
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace Web::Streams {
|
|||
|
||||
JS_DEFINE_ALLOCATOR(TransformStream);
|
||||
|
||||
// https://streams.spec.whatwg.org/#ts-construct
|
||||
// https://streams.spec.whatwg.org/#ts-constructor
|
||||
WebIDL::ExceptionOr<JS::NonnullGCPtr<TransformStream>> TransformStream::construct_impl(JS::Realm& realm, Optional<JS::Handle<JS::Object>> transformer_object, QueuingStrategy const& writable_strategy, QueuingStrategy const& readable_strategy)
|
||||
{
|
||||
auto& vm = realm.vm();
|
||||
|
|
Loading…
Add table
Reference in a new issue