mulesoft / api-console

An interactive REST console based on RAML/OAS files
Other
910 stars 236 forks source link

Edge support #554

Closed martenpalsson closed 6 years ago

martenpalsson commented 6 years ago

Embedding api-console into your application using: <link rel="import" href="bower_components/api-console/api-console.html"> does not currently work in Edge since Html imports are not supported.

Is there another way of embedding api-console into my application or is there a plan to support Edge? Is api-console supported by the Edge browser?

jarrodek commented 6 years ago

Please, see our documentation here: https://github.com/mulesoft/api-console/blob/master/docs/api-console-element.md#setup-polyfills to learn how to use polyfills.

This is other way of how to use polyfills: https://github.com/mulesoft/api-console/blob/master/demo/element/index.html#L18