mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
LibWeb: Const qualify Web::Streams::ReadableStream::locked
This commit is contained in:
parent
42c102ecb6
commit
314eeeb9b2
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ public:
|
|||
|
||||
virtual ~ReadableStream() override;
|
||||
|
||||
bool locked();
|
||||
bool locked() const;
|
||||
WebIDL::ExceptionOr<JS::GCPtr<JS::Object>> cancel(JS::Value view);
|
||||
WebIDL::ExceptionOr<ReadableStreamReader> get_reader();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue