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

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -