3 Matching Annotations
- Oct 2020
-
github.com github.com
-
Also, if you don't put that implementation of URLSearchParams in the global scope you're not using it as a polyfill but a ponyfill, and those are meant for your code, not for external dependencies.
first sighting: ponyfill
-
-
github.com github.com
Tags
Annotators
URL
-
-
ponyfoo.com ponyfoo.comPony Foo1
-
A ponyfill is almost the same as a polyfill, but not quite. Instead of patching functionality for older browsers, a ponyfill provides that functionality as a standalone module you can use.
-