Merge remote-tracking branch 'origin/main' into feat/remove-wasm-bindgen

This commit is contained in:
2026-01-19 16:26:06 +01:00
10 changed files with 66 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ export class RemoteNodeRegistry implements NodeRegistry {
constructor(
private url: string,
private cache?: AsyncCache<ArrayBuffer | string>,
public cache?: AsyncCache<ArrayBuffer | string>,
) { }
async fetchJson(url: string, skipCache = false) {