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
Need to create a realization that should work in a browser. It would be mainly based on currently Node.js realization only with the exception that we need to use browser-specific API to create UTF-16 string from Uint16Array, not the Buffer. Probably it could be TextDecoder.
Also, there is a need to adjust the current project directories structure: create separate directories for the browser and server(or node) realizations.
The text was updated successfully, but these errors were encountered:
Need to create a realization that should work in a browser. It would be mainly based on currently Node.js realization only with the exception that we need to use browser-specific API to create UTF-16 string from
Uint16Array
, not theBuffer
. Probably it could beTextDecoder
.Also, there is a need to adjust the current project directories structure: create separate directories for the
browser
andserver
(ornode
) realizations.The text was updated successfully, but these errors were encountered: