Buckets:

immErfanrajabee/bd / node_modules /rxjs /src /internal /scheduler /performanceTimestampProvider.ts
imerfanrajabee's picture
download
raw
472 Bytes
import { TimestampProvider } from '../types';
interface PerformanceTimestampProvider extends TimestampProvider {
delegate: TimestampProvider | undefined;
}
export const performanceTimestampProvider: PerformanceTimestampProvider = {
now() {
// Use the variable rather than `this` so that the function can be called
// without being bound to the provider.
return (performanceTimestampProvider.delegate || performance).now();
},
delegate: undefined,
};

Xet Storage Details

Size:
472 Bytes
·
Xet hash:
557b6a86d2605b4e06fb677ec75a92681b44942bb227d0f44fb27dfde4dd6628

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