You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
// Catch-all. If you get an error about this line, it means you're
113
+
// using an unsupported event type or listener type.
114
+
on(event: string, listener: void): this;
115
+
} */
116
+
91
117
/**
92
118
* @typedef {object} ExpirationPolicy
93
119
* A policy that specifies the conditions for this subscription's expiration. A
@@ -120,7 +146,16 @@ export type DetachSubscriptionResponse = EmptyResponse;
120
146
* All Subscription objects are instances of an
121
147
* [EventEmitter](http://nodejs.org/api/events.html). The subscription will pull
122
148
* for messages automatically as long as there is at least one listener assigned
0 commit comments