danburzo / trimd

Convert between HTML, Markdown, and plain text from the command line.
https://danburzo.ro/projects/trimd/
MIT License
13 stars 0 forks source link

[Online tool] Polyfill Object.hasOwn() #1

Closed danburzo closed 1 year ago

danburzo commented 1 year ago

One of the dependencies makes use of the rather recent Object.hasOwn() method, limiting the reach of the tool, especially for Safari, which only supports the method starting with v15.4.

We should polyfill this method.