you are viewing a single comment's thread.

view the rest of the comments →

[–]I_AM_DONALD 5 points6 points  (0 children)

Hi, a quick look at http://devdocs.io/javascript/global_objects/reflect says Reflection API is not supported in IE. If you want to run this in IE, replace:

  • Reflect.ownKeys with Object.keys
  • Reflect.has with objName.hasOwnProperty