Properties
Private db
db: AsyncDuckDB
Private error$
error$: Subject<unknown> = ...
Private intial$
intial$: Subject<boolean>
Private models
models: {} = {}
Private models$
models$: ReplaySubject<unknown> = ...
Private progress
progress: number[] = []
Private status$
status$: Subject<{
payload?: any;
status: AgentStatusEnum;
}> = ...
Type declaration
Optional payload?: any
status: AgentStatusEnum
type
type: AgentType = AgentType.Wasm
Private workerUrl
workerUrl: string
Fetch the excel file at index and return the data array