We use random short strings for hiding our capsid specific data into DOMs or use defined component's insntances. See https://github.com/capsidjs/capsid/blob/master/src/util/const.ts
This works fine, but ecmascript now has Symbols and we can use them for this purpose in a better way.
We use random short strings for hiding our capsid specific data into DOMs or use defined component's insntances. See https://github.com/capsidjs/capsid/blob/master/src/util/const.ts
This works fine, but ecmascript now has
Symbols and we can use them for this purpose in a better way.