YousefED / SyncedStore

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

allow overwriting array methods even on frozen objects #123

Open tobowers opened 9 months ago

tobowers commented 9 months ago

I'm opening this because I'm starting to use "ses" (secure ecmascript) and that freezes the array prototype, so that things like "slice" are set to readonly properties.

This change allows the functionality here to continue to work, even on frozen objects.