YousefED / SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.
https://syncedstore.org
MIT License
1.72k stars 51 forks source link

implement getOwnPropertyDescriptor #9

Closed YousefED closed 3 years ago

YousefED commented 3 years ago

fixes #8

JSON.stringify / Object.keys was not working correctly (https://stackoverflow.com/questions/65339985/why-isnt-ownkeys-proxy-trap-working-with-object-keys)