IE8 Support
See original GitHub issueClipboardAction uses addEventListener and removeEventListener methods, which are not supported in IE8.
clipboard.js already contains component-events module that can be used to resolve this issue.
Issue Analytics
- State:
- Created 8 years ago
- Comments:13 (1 by maintainers)
Top Results From Across the Web
Internet Explorer 8 - Microsoft Lifecycle
Support Dates ; Internet Explorer 8, Jun 17, 2009, Oct 13, 2020 ...
Read more >Internet Explorer 8 - Wikipedia
Support for IE8 on most supported Windows versions ended on January 12, 2016, when Microsoft began requiring customers to use the latest version...
Read more >IE8 Support - Benefitfocus
As of January 12, 2016, Microsoft will no longer support Internet Explorer 8 (IE8), and states that customers using IE8, IE9 or IE10...
Read more >Microsoft ends support for IE8, IE9, IE10, and Windows 8
Microsoft today ended support for old versions of Internet Explorer, including IE8, IE9, and IE10, as well as Windows 8.
Read more >I Used The Web For A Day On Internet Explorer 8
There's every reason to not support IE8. Microsoft officially stopped supporting IE8, IE9 and IE10 over three years ago, and the Microsoft ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

As a web developer I could not care less whether it is supported or not. The question that matters to me is “Will it still be used by a significant number of people in a couple of months?”
Extrapolating stats for last three years: sure as hell it will be.
I think the bigger issue will be that getters and setters don’t work in IE8, so this code will need to be refactored slightly (to use
setActionandgetActionmethods, rather than a property).