AppleSauce
    Preparing search index...

    Function loadBlocksForTimelineWindow

    • A loader that loads blocks of events until none are returned or the since timestamp is reached

      Parameters

      • request: (base: Filter) => Observable<Event>
      • Optionalopts: Partial<{ limit: number; logger?: Debugger }>

      Returns OperatorFunction<TimelineWindow, Event>