joseluisq / printd

Print HTML elements or pages in modern browsers.
MIT License
80 stars 5 forks source link

Object.assign polyfill for IE 11+ #12

Closed joseluisq closed 4 years ago

joseluisq commented 4 years ago

Because Object.assign is not supported by IE 11. This PR fixes #11 introducing a polyfill.