Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 881 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 881 Bytes

webcpr

https://github.com/realtable/webcpr/issues https://www.npmjs.com/package/webcpr

webcpr (W.I.P.) is a tool that lets you use deprecated elements in your HTML code, while not having to worry about browsers no longer supporting them. This works sort of like an anti-polyfill: instead of making the functionality of new browsers work in older browsers, it makes deprecated functionality work in new browsers. To be prepared for the future, this package also makes obsolete functionality work, as these could be deprecated at any time.

home https://github.com/realtable/webcpr
npm https://www.npmjs.com/package/webcpr
<script src="https://cdn.jsdelivr.net/npm/webcpr@0.2.0"></script>