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

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

sql - PostgreSQL automatically update row at specific date -

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