Buckets:

immErfanrajabee/bd / node_modules /rxjs /dist /esm5 /internal /testing /SubscriptionLoggable.js
imerfanrajabee's picture
download
raw
797 Bytes
import { SubscriptionLog } from './SubscriptionLog';
var SubscriptionLoggable = (function () {
function SubscriptionLoggable() {
this.subscriptions = [];
}
SubscriptionLoggable.prototype.logSubscribedFrame = function () {
this.subscriptions.push(new SubscriptionLog(this.scheduler.now()));
return this.subscriptions.length - 1;
};
SubscriptionLoggable.prototype.logUnsubscribedFrame = function (index) {
var subscriptionLogs = this.subscriptions;
var oldSubscriptionLog = subscriptionLogs[index];
subscriptionLogs[index] = new SubscriptionLog(oldSubscriptionLog.subscribedFrame, this.scheduler.now());
};
return SubscriptionLoggable;
}());
export { SubscriptionLoggable };
//# sourceMappingURL=SubscriptionLoggable.js.map

Xet Storage Details

Size:
797 Bytes
·
Xet hash:
94e85f57641b94cc284873b5b1ba3a8f3019c8c0de51277d5029a3f8eb79c091

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.