Skip to content Skip to sidebar Skip to footer
Showing posts with the label Shim

How To Use The String.prototype.matchall Polyfill?

I want String.prototype.matchAll() method to be working in edge browser as well. So thought of usi… Read more How To Use The String.prototype.matchall Polyfill?

Shim A Jquery Plugin With Browserify

Hi I'm using the grunt browserify task to setup my code, I have shimmed in jQuery and I'm n… Read more Shim A Jquery Plugin With Browserify