Buckets:

imerfanrajabee's picture
download
raw
683 Bytes
import { Notification } from '../Notification';
import { operate } from '../util/lift';
import { createOperatorSubscriber } from './OperatorSubscriber';
export function materialize() {
return operate(function (source, subscriber) {
source.subscribe(createOperatorSubscriber(subscriber, function (value) {
subscriber.next(Notification.createNext(value));
}, function () {
subscriber.next(Notification.createComplete());
subscriber.complete();
}, function (err) {
subscriber.next(Notification.createError(err));
subscriber.complete();
}));
});
}
//# sourceMappingURL=materialize.js.map

Xet Storage Details

Size:
683 Bytes
·
Xet hash:
6e1f95c0c406653b8e230ee0624c147d3d964bc31a6c998f9fe2037b95be8622

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