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
Decimal.js is not working with Secure ECMAScript (SES) due to assigning value to constructor at runtime. Constructor must be read-only. This by definition from SES is security concern.
I got following error while trying to run this under SES: (TypeError#1) TypeError#1: Cannot assign to read only property 'constructor' of object '[object Object]'
The text was updated successfully, but these errors were encountered:
Decimal.js is not working with Secure ECMAScript (SES) due to assigning value to constructor at runtime. Constructor must be read-only. This by definition from SES is security concern.
This issue occurs at least here:
decimal.js/decimal.js
Line 4894 in 7f01abd
I haven't had time to check for other issues.
I got following error while trying to run this under SES:
(TypeError#1) TypeError#1: Cannot assign to read only property 'constructor' of object '[object Object]'
The text was updated successfully, but these errors were encountered: