You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will keep it open as performance can be improved even for small strings by using ArrayBuffer instead of a character by character conversion
The problem is that it will be Node.js-only - which means that the old method will have to be preserved for the browser - as at least in theory SharedMap could be used in the browser too
With large value such as:
The following error is thrown when I attempt to get the value with
sharedMap.get('some_key')
The text was updated successfully, but these errors were encountered: