Search code examples
angularinternet-explorer-11service-workerangular-service-worker

Getting Angular Service Workers Working on IE11


Is there a way how the Angular Service Worker can run with IE11? According to CanIuse, IE11 is not supported, but there seems to be a Polyfill for older browsers that provides Promises support, which as I understand, the Service Worker is built on top of it.

Anyone got the Angular Service Workers running on IE11 with that Polyfill?

Thanks for your feedback :)


Solution

  • While it is true that service workers make extensive use of Promises, this has nothing to do with the core functionality of service workers. IE11 has no implementation for Service Workers, and never will.