Hannes Kochniß

Results 1 issues of Hannes Kochniß

Example code (simplified version of what my script is doing), local disk persistence is turned **on** for DOs: ``` const key = "foo" state.storage.put(key, { bar: 1}) const value =...

bug