Top "Shim" questions

A shim is code which intercepts an API method call and provides a layer of abstraction to facilitate cross-platform development

How do you add polyfills to Globals in typescript (modules)

I was able to find a polyfill(on stack overflow) for Array#includes and add it to typescript but after …

typescript polyfills shim
vs 2012: Shims compile

I am trying to make a shim in VS 2012 ultimate as it described in MSDN site: [TestClass] public class TestClass1 { […

visual-studio-2012 shim microsoft-fakes
Good "background-size: cover" fallbacks/shims/tricks for cross-browser compatibility on DIVs?

So I'm using background-size:cover to achieve the desired effect of a background image that scales to any size of …

javascript css fallback shim
Shimming with Microsoft Fakes and a static, generic method

I need to shim a static generic method for a unit test. However, I can't seem to get Fakes to …

unit-testing stub microsoft-fakes shim