Unverified Commit 8b9f5397 authored by Hong Minhee's avatar Hong Minhee
Browse files

`TraverseCollectionOptions.suppressError` option

parent 889a3f60
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -131,6 +131,12 @@ export interface TraverseCollectionOptions {
   */
  contextLoader?: DocumentLoader;

  /**
   * Whether to suppress errors when fetching pages.  If `true`,
   * errors will be logged but not thrown.  Defaults to `false`.
   */
  suppressError?: boolean;

  /**
   * The interval to wait between fetching pages.  Zero or negative
   * values will disable the interval.  Disabled by default.