Preparing search index...
The search index is not available
masto
masto
mastodon
streaming
Subscription
InterfaceSubscription
interface
Subscription
{
[asyncIterator]
(
)
:
AsyncIterator
<
Event
,
any
,
any
>
;
[dispose]
(
)
:
void
;
[dispose]
(
)
:
void
;
unsubscribe
(
)
:
void
;
values
(
)
:
AsyncIterableIterator
<
Event
,
any
,
any
>
;
}
Hierarchy
AsyncIterable
<
Event
>
Disposable
Subscription
Index
Methods
[async
Iterator]
[dispose]
unsubscribe
values
Methods
[async
Iterator]
[async
Iterator]
(
)
:
AsyncIterator
<
Event
,
any
,
any
>
Returns
AsyncIterator
<
Event
,
any
,
any
>
[dispose]
[dispose]
(
)
:
void
Returns
void
[dispose]
(
)
:
void
Returns
void
unsubscribe
unsubscribe
(
)
:
void
Returns
void
values
values
(
)
:
AsyncIterableIterator
<
Event
,
any
,
any
>
Returns
AsyncIterableIterator
<
Event
,
any
,
any
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
[async
Iterator]
[dispose]
unsubscribe
values
masto
Loading...