kaazing / http2-cache.js

2 stars 11 forks source link

Fails to load in IE11 due to use of "for ... of" loop #63

Closed tejaede closed 6 years ago

tejaede commented 6 years ago

The following line uses a 'for .. of loop' to create the request body. IE11 does not support 'for ... of' so it will need to loop the iterator in another way.

https://github.com/kaazing/http2-cache.js/blob/develop/lib/utils.js#L236