Buckets:

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

Xet Storage Details

Size:
619 Bytes
·
Xet hash:
1d4fe9e029ec1f8be5728c8828575b77d1f4ef56902be4f99e00b1e8e1e17cfa

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