javascript - SCRIPT438: Object doesn't support property or method 'keys' in IE8 -


I'm getting the error: SCRIPT438: does not support object property or method 'key'

  file: jspdf.debug.js, line: 362, column: 4  

/ code> < / pre>

On this line: var fontKey = 'F' + (Object.kid (fonts). length + 1) .stustring (10),

all Something is working fine & gt; IE 8 version, but I got hit in IE8.

Please help me solve my problem Thank you.

According to the MDN object. Kids method is only supported in IE 9 and more. Object. Keys objects objects an array of property names.

You may wish to check your library browser compatibility. Because other obstacles may occur

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -