Temasys / AdapterJS

AdapterJS Javascript Polyfill and Tools for WebRTC - Skylink WebRTC
http://skylink.io/web
Other
428 stars 100 forks source link

Twp 759 document.readyState==='interactive' IE 10 #290

Closed johache closed 6 years ago

johache commented 6 years ago

Waiting on customer validation in this ticket https://jira.temasys.com.sg/browse/TWP-759 In the meantime, I just want your pre-approval of the changes, so that I can merge asap.

Logic implemented : we support document.readyState==='interactive', on all browsers but IE < 11. Set the flag AdapterJS.options.alwaysAllowInteractiveState to true, to enable document.readyState==='interactive' on IE < 11

johache commented 6 years ago

@letchoo --> updated with your logic. Sounds simpler.