Skip to content
Snippets Groups Projects
  1. Jan 31, 2018
  2. Jan 11, 2018
  3. Jan 10, 2018
    • chrisgarrity's avatar
      Support IE just enough to show unsupported modal (#1213) · 3ddb26de
      chrisgarrity authored
      * Added object.assign polyfill
      
      * Fix IE load failure
      
      Don’t call `(window.AudioContext || window.webkitAudioContext)()` if platform is IE
      
      Catch any other errors, and display Browser unsupported in error-boundary.
      
      If for some reason there are no other errors (unlikely), preview-modal will still check for IE and show the unsupported modal.
      
      Polyfilling Object.assign is enough to get through load and show the modal for IE. We can always switch to `babel-polyfill` if there are others needed later, but for now this is smaller.
      3ddb26de
  4. Aug 15, 2017
  5. Aug 13, 2017
  6. Aug 09, 2017
  7. Aug 04, 2017
  8. Aug 03, 2017
  9. Jul 21, 2017
  10. Jul 10, 2017
  11. Jul 06, 2017
  12. Jun 30, 2017
  13. Jun 29, 2017
  14. Jun 28, 2017
  15. Jun 26, 2017
  16. Jun 23, 2017
  17. Jun 22, 2017
Loading