ReplicateStorage: use stable data hash
JSON.stringify is not stable by design and can not be used to generate the hash. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify This commit adds a stable version of JSON.stringify, available at jIO.util.stringify. Relying on the nearly same string representation will simplify compatibility.
Showing
test/jio/util.js
0 → 100644
Please register or sign in to comment