Shim
Ashim is a piece of code used to correct the behavior of code that already exists, usually by adding new API that works around the problem. This differs from apolyfill, which implements a new API that is not supported by the stock browser as shipped.
In this article
See also
- Shim on Wikipedia