Granaat

Results 2 comments of Granaat

This still appears to be the case. Any progress in fixing this bug? As there's a lot of overhead using the "onChange" callback instead of the "onClose"

But having these, no transcoder usage is needed: with i.e. `@Inject(LOCAL_STORAGE) private storageService: StorageService` ``` has(key: K): boolean; get(key: K): T[K] | undefined; set(key: K, value: T[K]): void; remove(key: K):...