Lazy plugs (#596)
* Manifest caching and lazy loading of plug workers * Fixes #546 Plug unloading after time out
This commit is contained in:
@@ -9,7 +9,7 @@ import { KvPrimitives } from "./kv_primitives.ts";
|
||||
*/
|
||||
export class DataStore {
|
||||
constructor(
|
||||
private kv: KvPrimitives,
|
||||
readonly kv: KvPrimitives,
|
||||
private prefix: KvKey = [],
|
||||
private functionMap: FunctionMap = builtinFunctions,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user