chore: Update translations
This commit is contained in:
@ -5,12 +5,12 @@ export interface InitAargs {
|
||||
/**
|
||||
* OPFS file path for the database
|
||||
*/
|
||||
databasePath: string,
|
||||
databasePath: string;
|
||||
|
||||
/**
|
||||
* How many events to insert per batch
|
||||
*/
|
||||
insertBatchSize?: number
|
||||
insertBatchSize?: number;
|
||||
}
|
||||
|
||||
export class WorkerRelayInterface {
|
||||
|
@ -44,8 +44,8 @@ try {
|
||||
}
|
||||
|
||||
interface InitAargs {
|
||||
databasePath: string,
|
||||
insertBatchSize?: number
|
||||
databasePath: string;
|
||||
insertBatchSize?: number;
|
||||
}
|
||||
|
||||
const handleMsg = async (port: MessagePort | DedicatedWorkerGlobalScope, ev: MessageEvent) => {
|
||||
|
Reference in New Issue
Block a user