Skip to content

Instantly share code, notes, and snippets.

@MarcoPolo
Last active December 22, 2015 05:59
Show Gist options
  • Save MarcoPolo/6427782 to your computer and use it in GitHub Desktop.
Save MarcoPolo/6427782 to your computer and use it in GitHub Desktop.
if (typeof(ArrayBuffer) === 'undefined') {
(function(globals){
"use strict";
globals.ArrayBuffer = function(){};
globals.DataView = function(){};
}(this));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment