On creating a new Map
let a = new Map();
under IE 11, the following values get inserted in the resulting object, by default -
{"_t":"Map","_i":{},"_s":0}
though the same behavior is not seen under Chrome or Firefox.
Any suggestions?
Thanks in advance.
With regards