Skip to content
Snippets Groups Projects
  1. Jan 09, 2020
  2. Dec 19, 2019
  3. Dec 18, 2019
  4. Dec 12, 2019
  5. Sep 27, 2019
  6. Sep 26, 2019
  7. Sep 13, 2019
  8. Sep 05, 2019
  9. Sep 04, 2019
  10. Sep 03, 2019
  11. Jul 22, 2019
  12. Jul 09, 2019
  13. Jan 14, 2019
  14. Jul 06, 2018
  15. May 15, 2018
  16. Jan 31, 2018
  17. Jan 11, 2018
  18. 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.
      Unverified
      3ddb26de
  19. Aug 15, 2017
  20. Aug 13, 2017
  21. Aug 09, 2017
  22. Aug 04, 2017
  23. Aug 03, 2017
  24. Jul 21, 2017
Loading