Loading src/vocab/lookup.ts +6 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
src/vocab/lookup.ts +6 −0 Original line number Diff line number Diff line Loading @@ -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. Loading