Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Nov 20, 2023
1 parent 14fc457 commit 8a3e3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ dictionary Observer {
ObserverCallback error;
};

dictionary ObserverOptions {
dictionary SubscribeOptions {
AbortSignal signal;
}

Expand Down Expand Up @@ -348,7 +348,7 @@ callback Visitor = undefined (any element, unsigned long long index)
[Exposed=*]
interface Observable {
constructor(SubscribeCallback callback);
undefined subscribe(optional Observer observer = {}, optional ObserverOptions = {});
undefined subscribe(optional Observer observer = {}, optional SubscribeOptions = {});

undefined finally(VoidFunction callback);

Expand Down

0 comments on commit 8a3e3a8

Please sign in to comment.