Bug Tracker

Changes between Initial Version and Version 1 of Ticket #12282, comment 22


Ignore:
Timestamp:
Aug 17, 2012, 2:37:05 PM (11 years ago)
Author:
dmethvin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12282, comment 22

    initial v1  
    1 @mikesherov, maybe @cdowns has something there. If we could detect whether the browser supports `DOMContentModified` we could just ignore `.readyState` entirely, which would cover IE9 and IE10. Unfortunately, the trick we already use in support.js runs afoul of Content Security policy so we can't do it that way.
     1@mikesherov, maybe @cdowns has something there. If we could detect whether the browser supports `DOMContentLoaded` we could just ignore `.readyState` entirely, which would cover IE9 and IE10. Unfortunately, the trick we already use in support.js runs afoul of Content Security policy so we can't do it that way.