Servicestack-SwaggerUI error in IE <10 for "defineproperty" method not found

I use SwaggerUI through the Servicestack v4.07 application (licensed) to expose the REST specifications.

Everything works on Firefox and Chrome, but when I try to open the swagger index with IE9 or lower, it crashes showing only the page title, so no services are displayed.

In fact, I can reproduce this, but even on the swagger demo website http://petstore.swagger.wordnik.com/

When I open it with IE9 , it crashes due to a (probably) known issue: https://github.com/wordnik/swagger-ui/pull/204 .

When I open it with IE8 , the script tells me that there is no such defineProperties method for the Object class (the exception is due to shred.bundle.js)

Does anyone know about such issues?

+3
source share

All Articles