2022-05-29 09:24:36 +00:00
|
|
|
var SubscriptionLog = /*@__PURE__*/ (function () {
|
2022-01-21 08:28:41 +00:00
|
|
|
function SubscriptionLog(subscribedFrame, unsubscribedFrame) {
|
2022-05-29 09:24:36 +00:00
|
|
|
if (unsubscribedFrame === void 0) {
|
|
|
|
unsubscribedFrame = Number.POSITIVE_INFINITY;
|
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
this.subscribedFrame = subscribedFrame;
|
|
|
|
this.unsubscribedFrame = unsubscribedFrame;
|
|
|
|
}
|
|
|
|
return SubscriptionLog;
|
|
|
|
}());
|
2022-04-07 07:06:43 +00:00
|
|
|
export { SubscriptionLog };
|
2022-05-29 09:24:36 +00:00
|
|
|
//# sourceMappingURL=SubscriptionLog.js.map
|