dialog-polyfill
dialog-polyfill copied to clipboard
Not a polyfill?
I don't understand how this is considered a polyfill... It seems more like a ponyfill or shim or something. I am currently running into issues with the google maps API throwing errors on old Safari browsers because "HTMLDialogElement is undefined". Shouldn't a polyfill patch the browser implementation? From what I can tell this "polyfill" requires you call "dialogPolyfill". Have I missed something here? Is there a way to patch old browsers to "just work" using this module?