UNPKG

ionic-image-loader

Version:

Ionic Component and Service to load images in a background thread and cache them for later use

29 lines (25 loc) 1.39 kB
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[164],{ /***/ "./node_modules/@ionic/core/dist/esm/es5/polyfills/string.js": /*!*******************************************************************!*\ !*** ./node_modules/@ionic/core/dist/esm/es5/polyfills/string.js ***! \*******************************************************************/ /*! exports provided: applyPolyfill */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "applyPolyfill", function() { return applyPolyfill; }); function applyPolyfill(window, document) {/*! String.prototype.endsWith */ String.prototype.endsWith||Object.defineProperty(String.prototype,"endsWith",{writable:!0,configurable:!0,value:function(b,a){if(void 0===a||a>this.length)a=this.length;return this.substring(a-b.length,a)===b}}); /*! String.prototype.includes */ String.prototype.includes||(String.prototype.includes=function(b,a){"number"!==typeof a&&(a=0);return a+b.length>this.length?!1:-1!==this.indexOf(b,a)}); /*! String.prototype.startsWith */ String.prototype.startsWith||Object.defineProperty(String.prototype,"startsWith",{writable:!0,configurable:!0,value:function(b,a){return this.substr(!a||0>a?0:+a,b.length)===b}});} /***/ }) }]); //# sourceMappingURL=164.js.map