polyfill-library 3.110.1 → 3.111.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +2033 -3
- package/package.json +2 -1
- package/polyfills/__dist/Array.from/meta.json +1 -1
- package/polyfills/__dist/Array.of/meta.json +1 -1
- package/polyfills/__dist/Array.prototype.@@iterator/meta.json +1 -1
- package/polyfills/__dist/Array.prototype.fill/meta.json +1 -1
- package/polyfills/__dist/Array.prototype.includes/meta.json +1 -1
- package/polyfills/__dist/Array.prototype.values/meta.json +1 -1
- package/polyfills/__dist/IntersectionObserver/meta.json +1 -1
- package/polyfills/__dist/Object.assign/meta.json +1 -1
- package/polyfills/__dist/Reflect/meta.json +1 -1
- package/polyfills/__dist/Reflect.apply/meta.json +1 -1
- package/polyfills/__dist/Reflect.construct/meta.json +1 -1
- package/polyfills/__dist/Reflect.defineProperty/meta.json +1 -1
- package/polyfills/__dist/Reflect.deleteProperty/meta.json +1 -1
- package/polyfills/__dist/Reflect.get/meta.json +1 -1
- package/polyfills/__dist/Reflect.getOwnPropertyDescriptor/meta.json +1 -1
- package/polyfills/__dist/Reflect.getPrototypeOf/meta.json +1 -1
- package/polyfills/__dist/Reflect.has/meta.json +1 -1
- package/polyfills/__dist/Reflect.isExtensible/meta.json +1 -1
- package/polyfills/__dist/Reflect.ownKeys/meta.json +1 -1
- package/polyfills/__dist/Reflect.preventExtensions/meta.json +1 -1
- package/polyfills/__dist/Reflect.set/meta.json +1 -1
- package/polyfills/__dist/Reflect.setPrototypeOf/meta.json +1 -1
- package/polyfills/__dist/String.prototype.endsWith/meta.json +1 -1
- package/polyfills/__dist/String.prototype.padStart/meta.json +1 -1
- package/polyfills/__dist/String.prototype.startsWith/meta.json +1 -1
- package/polyfills/__dist/URL/meta.json +1 -1
- package/polyfills/__dist/URL/min.js +1 -1
- package/polyfills/__dist/URL/raw.js +24 -2
- package/polyfills/__dist/document.visibilityState/meta.json +1 -1
- package/polyfills/__dist/localStorage/meta.json +1 -1
- package/polyfills/__dist/localStorage/min.js +1 -1
- package/polyfills/__dist/localStorage/raw.js +30 -8
- package/polyfills/__dist/requestAnimationFrame/meta.json +1 -1
- package/polyfills/__dist/smoothscroll/meta.json +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "polyfill-library",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.111.0",
|
4
4
|
"description": "A polyfill combinator",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"contributors": [
|
@@ -110,6 +110,7 @@
|
|
110
110
|
"json3": "^3.3.2",
|
111
111
|
"karma": "^6.0.0",
|
112
112
|
"karma-browserstack-launcher": "^1.4.0",
|
113
|
+
"karma-firefox-launcher": "^2.1.2",
|
113
114
|
"karma-mocha": "^2.0.1",
|
114
115
|
"karma-mocha-reporter": "^2.2.5",
|
115
116
|
"karma-summary-optional-console-reporter": "^1.6.1",
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["es6","es2015","modernizr:es6array","blissfuljs","default-3.4","default-3.5","default-3.6","default"],"dependencies":["_ESAbstract.IsCallable","_ESAbstract.CreateMethodProperty","_ESAbstract.GetMethod","Symbol.iterator","_ESAbstract.IsConstructor","_ESAbstract.Construct","_ESAbstract.ArrayCreate","_ESAbstract.GetIterator","_ESAbstract.IteratorClose","_ESAbstract.ToString","_ESAbstract.IteratorStep","_ESAbstract.IteratorValue","_ESAbstract.Call","_ESAbstract.CreateDataPropertyOrThrow","_ESAbstract.ToObject","_ESAbstract.ToLength","_ESAbstract.Get","Map","Set"],"spec":"https://tc39.github.io/ecma262/#sec-array.from","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from","notes":["Array.from polyfill must be included in all browser versions that require Symbol.iterator"],"browsers":{"android":"
|
1
|
+
{"aliases":["es6","es2015","modernizr:es6array","blissfuljs","default-3.4","default-3.5","default-3.6","default"],"dependencies":["_ESAbstract.IsCallable","_ESAbstract.CreateMethodProperty","_ESAbstract.GetMethod","Symbol.iterator","_ESAbstract.IsConstructor","_ESAbstract.Construct","_ESAbstract.ArrayCreate","_ESAbstract.GetIterator","_ESAbstract.IteratorClose","_ESAbstract.ToString","_ESAbstract.IteratorStep","_ESAbstract.IteratorValue","_ESAbstract.Call","_ESAbstract.CreateDataPropertyOrThrow","_ESAbstract.ToObject","_ESAbstract.ToLength","_ESAbstract.Get","Map","Set"],"spec":"https://tc39.github.io/ecma262/#sec-array.from","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from","notes":["Array.from polyfill must be included in all browser versions that require Symbol.iterator"],"browsers":{"android":"<45","bb":"10 - *","chrome":"<49","edge":"<13","edge_mob":"<13","firefox":"4 - 36","firefox_mob":"<32","ie":"*","ie_mob":"*","ios_saf":"<9","op_mini":"*","opera":"<37","safari":"<9","samsung_mob":"<5"},"detectSource":"\"from\"in Array&&function(){try{return Array.from({length:-Infinity}),\"a\"===Array.from(new self.Set([\"a\"]))[0]&&\"a\"===Array.from(new self.Map([[\"a\",\"one\"]]))[0][0]}catch(r){return!1}}()\n","baseDir":"Array/from","hasTests":true,"isTestable":true,"isPublic":true,"size":1334}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["es6","es2015","modernizr:es6array","default-3.4","default-3.5","default-3.6","default"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.IsConstructor","_ESAbstract.Construct","_ESAbstract.ArrayCreate","_ESAbstract.ToString","_ESAbstract.CreateDataPropertyOrThrow"],"spec":"https://tc39.github.io/ecma262/#sec-array.of","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/of","browsers":{"chrome":"<=44","edge":"<14","edge_mob":"<14","firefox":"* - 24","ie":"*","ie_mob":"10 - *","opera":"<32","safari":"<9.1","firefox_mob":"<25","android":"
|
1
|
+
{"aliases":["es6","es2015","modernizr:es6array","default-3.4","default-3.5","default-3.6","default"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.IsConstructor","_ESAbstract.Construct","_ESAbstract.ArrayCreate","_ESAbstract.ToString","_ESAbstract.CreateDataPropertyOrThrow"],"spec":"https://tc39.github.io/ecma262/#sec-array.of","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/of","browsers":{"chrome":"<=44","edge":"<14","edge_mob":"<14","firefox":"* - 24","ie":"*","ie_mob":"10 - *","opera":"<32","safari":"<9.1","firefox_mob":"<25","android":"<39","ios_saf":"<9","samsung_mob":"<5"},"detectSource":"\"of\"in Array\n","baseDir":"Array/of","hasTests":true,"isTestable":true,"isPublic":true,"size":255}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["es6","es2015","modernizr:es6array"],"dependencies":["_ESAbstract.CreateMethodProperty","Array.prototype.values","Symbol.iterator"],"spec":"https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator","docs":"https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/@@iterator","browsers":{"edge":"<13","edge_mob":"<13","ie":"*","ie_mob":"*","firefox":"<38","chrome":"<49","safari":"<9","android":"<
|
1
|
+
{"aliases":["es6","es2015","modernizr:es6array"],"dependencies":["_ESAbstract.CreateMethodProperty","Array.prototype.values","Symbol.iterator"],"spec":"https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator","docs":"https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/@@iterator","browsers":{"edge":"<13","edge_mob":"<13","ie":"*","ie_mob":"*","firefox":"<38","chrome":"<49","safari":"<9","android":"<43","ios_saf":"<9","opera":"<25","samsung_mob":"<5"},"detectSource":"\"Symbol\"in self&&\"iterator\"in self.Symbol&&!!Array.prototype[self.Symbol.iterator]\n","baseDir":"Array/prototype/@@iterator","hasTests":true,"isTestable":true,"isPublic":true,"size":77}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["es6","es2015","modernizr:es6array","default-3.4","default-3.5","default-3.6","default"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.ToObject","_ESAbstract.ToLength","_ESAbstract.Get","_ESAbstract.ToInteger","_ESAbstract.ToString"],"spec":"https://tc39.github.io/ecma262/#sec-array.prototype.fill","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/fill","browsers":{"ie":"*","ie_mob":"*","safari":"<= 7","firefox":"< 31","chrome":"< 45","android":"
|
1
|
+
{"aliases":["es6","es2015","modernizr:es6array","default-3.4","default-3.5","default-3.6","default"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.ToObject","_ESAbstract.ToLength","_ESAbstract.Get","_ESAbstract.ToInteger","_ESAbstract.ToString"],"spec":"https://tc39.github.io/ecma262/#sec-array.prototype.fill","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/fill","browsers":{"ie":"*","ie_mob":"*","safari":"<= 7","firefox":"< 31","chrome":"< 45","android":"<45","ios_saf":"<= 7","samsung_mob":"<5"},"detectSource":"\"fill\"in Array.prototype\n","baseDir":"Array/prototype/fill","hasTests":true,"isTestable":true,"isPublic":true,"size":298}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["es7","es2016","modernizr:es7array"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.ToObject","_ESAbstract.ToLength","_ESAbstract.Get","_ESAbstract.ToInteger","_ESAbstract.SameValueZero","_ESAbstract.ToString"],"license":"MIT","spec":"https://tc39.github.io/ecma262/#sec-array.prototype.includes","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes","browsers":{"chrome":"<47","edge":"<14","edge_mob":"<14","firefox":"<43","ie":"*","opera":"<34","safari":"<9","ios_saf":"<9","ios_chr":"*","android":"
|
1
|
+
{"aliases":["es7","es2016","modernizr:es7array"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.ToObject","_ESAbstract.ToLength","_ESAbstract.Get","_ESAbstract.ToInteger","_ESAbstract.SameValueZero","_ESAbstract.ToString"],"license":"MIT","spec":"https://tc39.github.io/ecma262/#sec-array.prototype.includes","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes","browsers":{"chrome":"<47","edge":"<14","edge_mob":"<14","firefox":"<43","ie":"*","opera":"<34","safari":"<9","ios_saf":"<9","ios_chr":"*","android":"<47","op_mob":"*","op_mini":"*","ie_mob":"*","firefox_mob":"<43","samsung_mob":"<5","bb":"10 - *"},"detectSource":"\"includes\"in Array.prototype\n","baseDir":"Array/prototype/includes","hasTests":true,"isTestable":true,"isPublic":true,"size":292}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["es6","es2015","modernizr:es6array"],"dependencies":["_ArrayIterator","_ESAbstract.CreateMethodProperty","_ESAbstract.ToObject"],"license":"MIT","spec":"http://www.ecma-international.org/ecma-262/6.0/#sec-array.prototype.values","repo":"https://github.com/medikoo/es6-iterator","docs":"https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/values","browsers":{"edge":"<13","edge_mob":"<13","ie":"*","ie_mob":"*","firefox":"<60","firefox_mob":"<60","chrome":"<66","safari":"<9","android":"
|
1
|
+
{"aliases":["es6","es2015","modernizr:es6array"],"dependencies":["_ArrayIterator","_ESAbstract.CreateMethodProperty","_ESAbstract.ToObject"],"license":"MIT","spec":"http://www.ecma-international.org/ecma-262/6.0/#sec-array.prototype.values","repo":"https://github.com/medikoo/es6-iterator","docs":"https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/values","browsers":{"edge":"<13","edge_mob":"<13","ie":"*","ie_mob":"*","firefox":"<60","firefox_mob":"<60","chrome":"<66","safari":"<9","android":"<66","ios_saf":"<9","opera":"<53","samsung_mob":"<5"},"detectSource":"\"values\"in Array.prototype\n","baseDir":"Array/prototype/values","hasTests":true,"isTestable":true,"isPublic":true,"size":288}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":[],"dependencies":["getComputedStyle","Array.isArray","Array.prototype.filter","Array.prototype.forEach","Array.prototype.indexOf","Array.prototype.map","Array.prototype.some","Event","Function.prototype.bind","performance.now"],"docs":"https://
|
1
|
+
{"aliases":[],"dependencies":["getComputedStyle","Array.isArray","Array.prototype.filter","Array.prototype.forEach","Array.prototype.indexOf","Array.prototype.map","Array.prototype.some","Event","Function.prototype.bind","performance.now"],"docs":"https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver","spec":"http://rawgit.com/w3c/IntersectionObserver/master/index.html","notes":[],"repo":"https://github.com/w3c/IntersectionObserver","browsers":{"android":"<51","bb":"*","chrome":"< 51","edge":"< 16","edge_mob":"< 16","firefox":"< 55","firefox_mob":"< 55","ie":"*","ie_mob":"*","ios_saf":"*","op_mini":"*","op_mob":"< 46","opera":"< 45","safari":"< 12.1","samsung_mob":"< 7"},"detectSource":"\"IntersectionObserver\"in window&&\"IntersectionObserverEntry\"in window&&\"intersectionRatio\"in window.IntersectionObserverEntry.prototype\n","baseDir":"IntersectionObserver","hasTests":false,"isTestable":true,"isPublic":true,"size":6661}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["es6","es2015","modernizr:es6object","default-3.3","default-3.4","default-3.5","default-3.6","default"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.Get","_ESAbstract.ToObject","Object.getOwnPropertyDescriptor","Object.keys"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign","browsers":{"android":"
|
1
|
+
{"aliases":["es6","es2015","modernizr:es6object","default-3.3","default-3.4","default-3.5","default-3.6","default"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.Get","_ESAbstract.ToObject","Object.getOwnPropertyDescriptor","Object.keys"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign","browsers":{"android":"<45","bb":"*","chrome":"1 - 45","firefox":"1 - 33","edge":"<13","edge_mob":"<13","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<9","opera":"1 - 31","op_mob":"*","op_mini":"*","safari":"1 - 8","firefox_mob":"1 - 33","samsung_mob":"<5"},"detectSource":"\"assign\"in Object\n","baseDir":"Object/assign","hasTests":true,"isTestable":true,"isPublic":true,"size":548}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Object.defineProperty"],"spec":"https://tc39.github.io/ecma262/#sec-reflect-object","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Object.defineProperty"],"spec":"https://tc39.github.io/ecma262/#sec-reflect-object","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"\"Reflect\"in self\n","baseDir":"Reflect","hasTests":true,"isTestable":true,"isPublic":true,"size":148}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.IsCallable","_ESAbstract.CreateListFromArrayLike","_ESAbstract.Call"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.apply","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.IsCallable","_ESAbstract.CreateListFromArrayLike","_ESAbstract.Call"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.apply","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"self.Reflect&&\"apply\"in self.Reflect\n","baseDir":"Reflect/apply","hasTests":true,"isTestable":true,"isPublic":true,"size":245}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.IsConstructor","_ESAbstract.CreateListFromArrayLike","_ESAbstract.Construct"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.construct","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.IsConstructor","_ESAbstract.CreateListFromArrayLike","_ESAbstract.Construct"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.construct","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"self.Reflect&&\"construct\"in self.Reflect\n","baseDir":"Reflect/construct","hasTests":true,"isTestable":true,"isPublic":true,"size":371}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","_ESAbstract.ToPropertyKey","_ESAbstract.ToPropertyDescriptor"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.defineproperty","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","_ESAbstract.ToPropertyKey","_ESAbstract.ToPropertyDescriptor"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.defineproperty","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"self.Reflect&&\"defineProperty\"in self.Reflect\n","baseDir":"Reflect/defineProperty","hasTests":true,"isTestable":true,"isPublic":true,"size":274}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","_ESAbstract.ToPropertyKey","_ESAbstract.HasOwnProperty"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.deleteproperty","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","_ESAbstract.ToPropertyKey","_ESAbstract.HasOwnProperty"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.deleteproperty","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"self.Reflect&&\"deleteProperty\"in self.Reflect\n","baseDir":"Reflect/deleteProperty","hasTests":true,"isTestable":true,"isPublic":true,"size":247}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Reflect","_ESAbstract.Call","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","_ESAbstract.ToPropertyKey","Object.getOwnPropertyDescriptor","Object.getPrototypeOf"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.get","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Reflect","_ESAbstract.Call","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","_ESAbstract.ToPropertyKey","Object.getOwnPropertyDescriptor","Object.getPrototypeOf"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.get","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"self.Reflect&&\"get\"in self.Reflect\n","baseDir":"Reflect/get","hasTests":true,"isTestable":true,"isPublic":true,"size":435}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","_ESAbstract.ToPropertyKey","Object.getOwnPropertyDescriptor"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.getownpropertydescriptor","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","_ESAbstract.ToPropertyKey","Object.getOwnPropertyDescriptor"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.getownpropertydescriptor","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"self.Reflect&&\"getOwnPropertyDescriptor\"in self.Reflect\n","baseDir":"Reflect/getOwnPropertyDescriptor","hasTests":true,"isTestable":true,"isPublic":true,"size":238}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","Object.getPrototypeOf"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.getprototypeof","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","Object.getPrototypeOf"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.getprototypeof","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"self.Reflect&&\"getPrototypeOf\"in self.Reflect\n","baseDir":"Reflect/getPrototypeOf","hasTests":true,"isTestable":true,"isPublic":true,"size":191}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","_ESAbstract.ToPropertyKey","_ESAbstract.HasProperty"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.has","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","_ESAbstract.ToPropertyKey","_ESAbstract.HasProperty"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.has","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"self.Reflect&&\"has\"in self.Reflect\n","baseDir":"Reflect/has","hasTests":true,"isTestable":true,"isPublic":true,"size":197}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","Object.isExtensible"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.isextensible","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","Object.isExtensible"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.isextensible","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"self.Reflect&&\"isExtensible\"in self.Reflect\n","baseDir":"Reflect/isExtensible","hasTests":true,"isTestable":true,"isPublic":true,"size":187}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Reflect","Symbol","Object.getOwnPropertyNames","_ESAbstract.Type","_ESAbstract.CreateMethodProperty"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.ownkeys","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Reflect","Symbol","Object.getOwnPropertyNames","_ESAbstract.Type","_ESAbstract.CreateMethodProperty"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.ownkeys","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"self.Reflect&&\"ownKeys\"in self.Reflect\n","baseDir":"Reflect/ownKeys","hasTests":true,"isTestable":true,"isPublic":true,"size":229}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Reflect","Object.preventExtensions","_ESAbstract.CreateMethodProperty","_ESAbstract.Type"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.preventextensions","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Reflect","Object.preventExtensions","_ESAbstract.CreateMethodProperty","_ESAbstract.Type"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.preventextensions","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"self.Reflect&&\"preventExtensions\"in self.Reflect\n","baseDir":"Reflect/preventExtensions","hasTests":true,"isTestable":true,"isPublic":true,"size":223}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","_ESAbstract.ToPropertyKey","_ESAbstract.Call"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.set","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Reflect","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","_ESAbstract.ToPropertyKey","_ESAbstract.Call"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.set","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"self.Reflect&&\"set\"in self.Reflect\n","baseDir":"Reflect/set","hasTests":true,"isTestable":true,"isPublic":true,"size":381}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Reflect","Reflect.getPrototypeOf","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","Object.setPrototypeOf"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.setprototypeof","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"
|
1
|
+
{"dependencies":["Reflect","Reflect.getPrototypeOf","_ESAbstract.CreateMethodProperty","_ESAbstract.Type","Object.setPrototypeOf"],"spec":"https://tc39.github.io/ecma262/#sec-reflect.setprototypeof","browsers":{"android":"<5","bb":"*","chrome":"<49","edge":"<12","edge_mob":"<12","firefox":"<42","firefox_mob":"<42","ie":"*","ie_mob":"*","ios_chr":"*","ios_saf":"<10","op_mini":"*","op_mob":"<36","opera":"<36","safari":"<10","samsung_mob":"<5"},"detectSource":"self.Reflect&&\"setPrototypeOf\"in self.Reflect\n","baseDir":"Reflect/setPrototypeOf","hasTests":true,"isTestable":true,"isPublic":true,"size":381}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["es6","es2015","modernizr:es6string","blissfuljs","default-3.4","default-3.5","default-3.6","default"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.RequireObjectCoercible","_ESAbstract.ToString","_ESAbstract.IsRegExp","_ESAbstract.ToInteger"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith","spec":"https://tc39.github.io/ecma262/#sec-string.prototype.endswith","browsers":{"android":"
|
1
|
+
{"aliases":["es6","es2015","modernizr:es6string","blissfuljs","default-3.4","default-3.5","default-3.6","default"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.RequireObjectCoercible","_ESAbstract.ToString","_ESAbstract.IsRegExp","_ESAbstract.ToInteger"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith","spec":"https://tc39.github.io/ecma262/#sec-string.prototype.endswith","browsers":{"android":"<37","bb":"*","chrome":"<=40","edge":"<14","edge_mob":"<14","firefox":"3.6 - 17","opera":"10 - 18","safari":"<9.1","ie":"*","ie_mob":"10 - *","ios_saf":"<9","firefox_mob":"3.6 - 17"},"detectSource":"\"endsWith\"in String.prototype\n","baseDir":"String/prototype/endsWith","hasTests":true,"isTestable":true,"isPublic":true,"size":423}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["es7","es2016","es2017"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.RequireObjectCoercible","_ESAbstract.ToString","_ESAbstract.ToLength"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padStart","browsers":{"android":"
|
1
|
+
{"aliases":["es7","es2016","es2017"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.RequireObjectCoercible","_ESAbstract.ToString","_ESAbstract.ToLength"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padStart","browsers":{"android":"<57","bb":"*","chrome":"<57","firefox":"<48","opera":"<44","safari":"<10","edge":"<15","edge_mob":"<15","ie":"*","ie_mob":"*","ios_saf":"<10","firefox_mob":"<48","samsung_mob":"*"},"detectSource":"\"padStart\"in String.prototype\n","baseDir":"String/prototype/padStart","hasTests":true,"isTestable":true,"isPublic":true,"size":340}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["es6","es2015","modernizr:es6string","blissfuljs","default-3.4","default-3.5","default-3.6","default"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.RequireObjectCoercible","_ESAbstract.ToString","_ESAbstract.IsRegExp","_ESAbstract.ToInteger"],"spec":"https://tc39.github.io/ecma262/#sec-string.prototype.startswith","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith","browsers":{"android":"
|
1
|
+
{"aliases":["es6","es2015","modernizr:es6string","blissfuljs","default-3.4","default-3.5","default-3.6","default"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.RequireObjectCoercible","_ESAbstract.ToString","_ESAbstract.IsRegExp","_ESAbstract.ToInteger"],"spec":"https://tc39.github.io/ecma262/#sec-string.prototype.startswith","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith","browsers":{"android":"<37","bb":"*","chrome":"<=40","firefox":"3.6 - 17","opera":"10 - 18","safari":"<9","edge":"<14","edge_mob":"<14","ie":"*","ie_mob":"10 - *","ios_saf":"<9","firefox_mob":"3.6 - 17"},"detectSource":"\"startsWith\"in String.prototype\n","baseDir":"String/prototype/startsWith","hasTests":true,"isTestable":true,"isPublic":true,"size":412}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["modernizr:urlparser","blissfuljs","default-3.4","default-3.5","default-3.6","default","URLSearchParams"],"dependencies":["Object.defineProperties","Array.prototype.forEach","Array.isArray","Array.from","Symbol.iterator"],"notes":["Polyfill requires Object getters so fails in IE <= 8"],"license":"CC0-1.0","repo":"https://github.com/inexorabletash/polyfill","docs":"https://developer.mozilla.org/en-US/docs/Web/API/URL","browsers":{"chrome":"<61","firefox":"<54","edge":"<18.17134","edge_mob":"<17","ie":"9 - *","ie_mob":"*","safari":"<12","firefox_mob":"<54","opera":"<36","op_mini":"*","android":"
|
1
|
+
{"aliases":["modernizr:urlparser","blissfuljs","default-3.4","default-3.5","default-3.6","default","URLSearchParams"],"dependencies":["Object.defineProperties","Array.prototype.forEach","Array.isArray","Array.from","Symbol.iterator"],"notes":["Polyfill requires Object getters so fails in IE <= 8"],"license":"CC0-1.0","repo":"https://github.com/inexorabletash/polyfill","docs":"https://developer.mozilla.org/en-US/docs/Web/API/URL","browsers":{"chrome":"<61","firefox":"<54","edge":"<18.17134","edge_mob":"<17","ie":"9 - *","ie_mob":"*","safari":"<12","firefox_mob":"<54","opera":"<36","op_mini":"*","android":"<71","samsung_mob":"<5","bb":"*","ios_saf":"<12"},"detectSource":"(function(r){\"use strict\"\ntry{var a=new r.URL(\"http://example.com\")\nif(\"href\"in a&&\"searchParams\"in a){var e=new URL(\"http://example.com\")\nif(e.search=\"a=1&b=2\",\"http://example.com/?a=1&b=2\"===e.href&&(e.search=\"\",\"http://example.com/\"===e.href)){if(!(\"sort\"in r.URLSearchParams.prototype))return!1\nvar t=new r.URLSearchParams(\"a=1\"),n=new r.URLSearchParams(t)\nif(\"a=1\"!==String(n))return!1\nvar c=new r.URLSearchParams({a:\"1\"})\nif(\"a=1\"!==String(c))return!1\nvar h=new r.URLSearchParams([[\"a\",\"1\"]])\nreturn\"a=1\"===String(h)}}return!1}catch(m){return!1}})(self)\n","baseDir":"URL","hasTests":true,"isTestable":true,"isPublic":true,"size":8106}
|
@@ -1 +1 @@
|
|
1
|
-
!function(e){"use strict";function t(t){return!!t&&("Symbol"in e&&"iterator"in e.Symbol&&"function"==typeof t[Symbol.iterator]||!!Array.isArray(t))}!function(){function n(e){var t="",n=!0;return e.forEach(function(e){var r=encodeURIComponent(e.name),a=encodeURIComponent(e.value);n||(t+="&"),t+=r+"="+a,n=!1}),t.replace(/%20/g,"+")}function r(e,t){var n=e.split("&");t&&-1===n[0].indexOf("=")&&(n[0]="="+n[0]);var
|
1
|
+
!function(e){"use strict";function t(t){return!!t&&("Symbol"in e&&"iterator"in e.Symbol&&"function"==typeof t[Symbol.iterator]||!!Array.isArray(t))}!function(){function n(e){var t="",n=!0;return e.forEach(function(e){var r=encodeURIComponent(e.name),a=encodeURIComponent(e.value);n||(t+="&"),t+=r+"="+a,n=!1}),t.replace(/%20/g,"+")}function r(e){return e.replace(/((%[0-9A-Fa-f]{2})*)/g,function(e,t){return decodeURIComponent(t)})}function a(e,t){var n=e.split("&");t&&-1===n[0].indexOf("=")&&(n[0]="="+n[0]);var a=[];n.forEach(function(e){if(0!==e.length){var t=e.indexOf("=");if(-1!==t)var n=e.substring(0,t),r=e.substring(t+1);else n=e,r="";n=n.replace(/\+/g," "),r=r.replace(/\+/g," "),a.push({name:n,value:r})}});var i=[];return a.forEach(function(e){i.push({name:r(e.name),value:r(e.value)})}),i}function i(e){if(c)return new s(e);var t=document.createElement("a");return t.href=e,t}function o(e){var r=this;this._list=[],e===undefined||null===e||(e instanceof o?this._list=a(String(e)):"object"==typeof e&&t(e)?Array.from(e).forEach(function(e){if(!t(e))throw TypeError();var n=Array.from(e);if(2!==n.length)throw TypeError();r._list.push({name:String(n[0]),value:String(n[1])})}):"object"==typeof e&&e?Object.keys(e).forEach(function(t){r._list.push({name:String(t),value:String(e[t])})}):(e=String(e),"?"===e.substring(0,1)&&(e=e.substring(1)),this._list=a(e))),this._url_object=null,this._setList=function(e){i||(r._list=e)};var i=!1;this._update_steps=function(){i||(i=!0,r._url_object&&("about:"===r._url_object.protocol&&-1!==r._url_object.pathname.indexOf("?")&&(r._url_object.pathname=r._url_object.pathname.split("?")[0]),r._url_object.search=n(r._list),i=!1))}}function u(e,t){var n=0;this.next=function(){if(n>=e.length)return{done:!0,value:undefined};var r=e[n++];return{done:!1,value:"key"===t?r.name:"value"===t?r.value:[r.name,r.value]}}}function l(t,n){function r(){var e=l.href.replace(/#$|\?$|\?(?=#)/g,"");l.href!==e&&(l.href=e)}function u(){m._setList(l.search?a(l.search.substring(1)):[]),m._update_steps()}if(!(this instanceof e.URL))throw new TypeError("Failed to construct 'URL': Please use the 'new' operator.");n&&(t=function(){if(c)return new s(t,n).href;var e;try{var r;if("[object OperaMini]"===Object.prototype.toString.call(window.operamini)?(e=document.createElement("iframe"),e.style.display="none",document.documentElement.appendChild(e),r=e.contentWindow.document):document.implementation&&document.implementation.createHTMLDocument?r=document.implementation.createHTMLDocument(""):document.implementation&&document.implementation.createDocument?(r=document.implementation.createDocument("http://www.w3.org/1999/xhtml","html",null),r.documentElement.appendChild(r.createElement("head")),r.documentElement.appendChild(r.createElement("body"))):window.ActiveXObject&&(r=new window.ActiveXObject("htmlfile"),r.write("<head></head><body></body>"),r.close()),!r)throw Error("base not supported");var a=r.createElement("base");a.href=n,r.getElementsByTagName("head")[0].appendChild(a);var i=r.createElement("a");return i.href=t,i.href}finally{e&&e.parentNode.removeChild(e)}}());var l=i(t||""),f=function(){if(!("defineProperties"in Object))return!1;try{var e={};return Object.defineProperties(e,{prop:{get:function(){return!0}}}),e.prop}catch(t){return!1}}(),h=f?this:document.createElement("a"),m=new o(l.search?l.search.substring(1):null);return m._url_object=h,Object.defineProperties(h,{href:{get:function(){return l.href},set:function(e){l.href=e,r(),u()},enumerable:!0,configurable:!0},origin:{get:function(){return"data:"===this.protocol.toLowerCase()?null:"origin"in l?l.origin:this.protocol+"//"+this.host},enumerable:!0,configurable:!0},protocol:{get:function(){return l.protocol},set:function(e){l.protocol=e},enumerable:!0,configurable:!0},username:{get:function(){return l.username},set:function(e){l.username=e},enumerable:!0,configurable:!0},password:{get:function(){return l.password},set:function(e){l.password=e},enumerable:!0,configurable:!0},host:{get:function(){var e={"http:":/:80$/,"https:":/:443$/,"ftp:":/:21$/}[l.protocol];return e?l.host.replace(e,""):l.host},set:function(e){l.host=e},enumerable:!0,configurable:!0},hostname:{get:function(){return l.hostname},set:function(e){l.hostname=e},enumerable:!0,configurable:!0},port:{get:function(){return l.port},set:function(e){l.port=e},enumerable:!0,configurable:!0},pathname:{get:function(){return"/"!==l.pathname.charAt(0)?"/"+l.pathname:l.pathname},set:function(e){l.pathname=e},enumerable:!0,configurable:!0},search:{get:function(){return l.search},set:function(e){l.search!==e&&(l.search=e,r(),u())},enumerable:!0,configurable:!0},searchParams:{get:function(){return m},enumerable:!0,configurable:!0},hash:{get:function(){return l.hash},set:function(e){l.hash=e,r()},enumerable:!0,configurable:!0},toString:{value:function(){return l.toString()},enumerable:!1,configurable:!0},valueOf:{value:function(){return l.valueOf()},enumerable:!1,configurable:!0}}),h}var c,s=e.URL;try{if(s){if("searchParams"in(c=new e.URL("http://example.com"))){var f=new l("http://example.com");if(f.search="a=1&b=2","http://example.com/?a=1&b=2"===f.href&&(f.search="","http://example.com/"===f.href))return}"href"in c||(c=undefined),c=undefined}}catch(m){}if(Object.defineProperties(o.prototype,{append:{value:function(e,t){this._list.push({name:e,value:t}),this._update_steps()},writable:!0,enumerable:!0,configurable:!0},"delete":{value:function(e){for(var t=0;t<this._list.length;)this._list[t].name===e?this._list.splice(t,1):++t;this._update_steps()},writable:!0,enumerable:!0,configurable:!0},get:{value:function(e){for(var t=0;t<this._list.length;++t)if(this._list[t].name===e)return this._list[t].value;return null},writable:!0,enumerable:!0,configurable:!0},getAll:{value:function(e){for(var t=[],n=0;n<this._list.length;++n)this._list[n].name===e&&t.push(this._list[n].value);return t},writable:!0,enumerable:!0,configurable:!0},has:{value:function(e){for(var t=0;t<this._list.length;++t)if(this._list[t].name===e)return!0;return!1},writable:!0,enumerable:!0,configurable:!0},set:{value:function(e,t){for(var n=!1,r=0;r<this._list.length;)this._list[r].name===e?n?this._list.splice(r,1):(this._list[r].value=t,n=!0,++r):++r;n||this._list.push({name:e,value:t}),this._update_steps()},writable:!0,enumerable:!0,configurable:!0},entries:{value:function(){return new u(this._list,"key+value")},writable:!0,enumerable:!0,configurable:!0},keys:{value:function(){return new u(this._list,"key")},writable:!0,enumerable:!0,configurable:!0},values:{value:function(){return new u(this._list,"value")},writable:!0,enumerable:!0,configurable:!0},forEach:{value:function(e){var t=arguments.length>1?arguments[1]:undefined;this._list.forEach(function(n){e.call(t,n.value,n.name)})},writable:!0,enumerable:!0,configurable:!0},toString:{value:function(){return n(this._list)},writable:!0,enumerable:!1,configurable:!0},sort:{value:function p(){for(var e=this.entries(),t=e.next(),n=[],r={};!t.done;){var a=t.value,i=a[0];n.push(i),Object.prototype.hasOwnProperty.call(r,i)||(r[i]=[]),r[i].push(a[1]),t=e.next()}n.sort();for(var o=0;o<n.length;o++)this["delete"](n[o]);for(var u=0;u<n.length;u++)i=n[u],this.append(i,r[i].shift())}}}),"Symbol"in e&&"iterator"in e.Symbol&&(Object.defineProperty(o.prototype,e.Symbol.iterator,{value:o.prototype.entries,writable:!0,enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,e.Symbol.iterator,{value:function(){return this},writable:!0,enumerable:!0,configurable:!0})),s)for(var h in s)Object.prototype.hasOwnProperty.call(s,h)&&"function"==typeof s[h]&&(l[h]=s[h]);e.URL=l,e.URLSearchParams=o}(),function(){if("1"!==new e.URLSearchParams([["a",1]]).get("a")||"1"!==new e.URLSearchParams({a:1}).get("a")){var n=e.URLSearchParams;e.URLSearchParams=function(e){if(e&&"object"==typeof e&&t(e)){var r=new n;return Array.from(e).forEach(function(e){if(!t(e))throw TypeError();var n=Array.from(e);if(2!==n.length)throw TypeError();r.append(n[0],n[1])}),r}return e&&"object"==typeof e?(r=new n,Object.keys(e).forEach(function(t){r.set(t,e[t])}),r):new n(e)}}}()}(self);
|
@@ -62,7 +62,29 @@
|
|
62
62
|
return output.replace(/%20/g, '+');
|
63
63
|
}
|
64
64
|
|
65
|
+
// NOTE: URL API accepts inputs like `?x=%`, `?x=%a`, and `?x=%2sf`
|
66
|
+
// as literals, whereas legacy decodeURIComponent would throw
|
67
|
+
// URIError (as specified by ECMAScript).
|
68
|
+
//
|
69
|
+
// https://url.spec.whatwg.org/#percent-decode
|
70
|
+
function percent_decode(bytes) {
|
71
|
+
// NOTE:
|
72
|
+
// * Only decode pairs of exactly two bytes.
|
73
|
+
// * Only decode bytes in range 0-9, A-F, a-f.
|
74
|
+
// * Decode as many pairs at the same time as possible.
|
75
|
+
// This is because we're not actually operating on internal bytes,
|
76
|
+
// but on a valid UTF string, and the string must remain valid at
|
77
|
+
// all times, and decodeURIComponent will throw when attempting to
|
78
|
+
// decode a byte that represents only part of a codepoint, for example
|
79
|
+
// "%7F" separately from "%7F%C3%BF".
|
80
|
+
return bytes.replace(/((%[0-9A-Fa-f]{2})*)/g, function (_, m) {
|
81
|
+
return decodeURIComponent(m);
|
82
|
+
});
|
83
|
+
}
|
84
|
+
|
65
85
|
// NOTE: Doesn't do the encoding/decoding dance
|
86
|
+
//
|
87
|
+
// https://url.spec.whatwg.org/#concept-urlencoded-parser
|
66
88
|
function urlencoded_parse(input, isindex) {
|
67
89
|
var sequences = input.split('&');
|
68
90
|
if (isindex && sequences[0].indexOf('=') === -1)
|
@@ -85,8 +107,8 @@
|
|
85
107
|
var output = [];
|
86
108
|
pairs.forEach(function (pair) {
|
87
109
|
output.push({
|
88
|
-
name:
|
89
|
-
value:
|
110
|
+
name: percent_decode(pair.name),
|
111
|
+
value: percent_decode(pair.value)
|
90
112
|
});
|
91
113
|
});
|
92
114
|
return output;
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default","caniuse:visib","caniuse:pagevisibility","modernizr:pagevisibility","PageVisibility"],"dependencies":["CustomEvent"],"docs":"https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API","spec":"http://www.w3.org/TR/page-visibility/","notes":["The alias `PageVisibility` works for this feature for backwards compatibility with the name under which it was previously (erroneously) available"],"browsers":{"firefox":"10 - 17","safari":"4","android":"4.4
|
1
|
+
{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default","caniuse:visib","caniuse:pagevisibility","modernizr:pagevisibility","PageVisibility"],"dependencies":["CustomEvent"],"docs":"https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API","spec":"http://www.w3.org/TR/page-visibility/","notes":["The alias `PageVisibility` works for this feature for backwards compatibility with the name under which it was previously (erroneously) available"],"browsers":{"firefox":"10 - 17","safari":"4","android":"<4.4.3","opera":"15 - 19","chrome":"14 - 32"},"detectSource":"\"document\"in self&&\"hidden\"in document&&\"visibilityState\"in document\n","baseDir":"document/visibilityState","hasTests":true,"isTestable":true,"isPublic":true,"size":338}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["caniuse:namevalue-storage","modernizr:localstorage"],"dependencies":["Array.prototype.forEach","Window"],"docs":"https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage","spec":"http://dev.w3.org/html5/webstorage/#dom-localstorage","browsers":{"ie":"6 - 7","op_mini":"*"},"detectSource":"(function(){try{return self.localStorage.setItem(\"storage_test\",1),self.localStorage.removeItem(\"storage_test\"),!0}catch(t){return!1}})()\n","baseDir":"localStorage","hasTests":
|
1
|
+
{"aliases":["caniuse:namevalue-storage","modernizr:localstorage"],"dependencies":["Array.prototype.forEach","Array.prototype.map","atob","Window"],"docs":"https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage","spec":"http://dev.w3.org/html5/webstorage/#dom-localstorage","browsers":{"ie":"6 - 7","op_mini":"*"},"detectSource":"(function(){try{return self.localStorage.setItem(\"storage_test\",1),self.localStorage.removeItem(\"storage_test\"),!0}catch(t){return!1}})()\n","baseDir":"localStorage","hasTests":true,"isTestable":true,"isPublic":true,"size":1480}
|
@@ -1 +1 @@
|
|
1
|
-
!function(){function t(){}function e(t){var e,n=[];for(e in t)Object.prototype.hasOwnProperty.call(t,e)&&"length"!==e&&n.push(e);return n}function n(){var t=[],n=e(
|
1
|
+
!function(){function t(){}function e(t){var e,n=[];for(e in t)Object.prototype.hasOwnProperty.call(t,e)&&"length"!==e&&n.push(e);return n}function n(){var t=[],n=e(c),a=n.map(r);t.concat(n).forEach(function(t,e){t in c?l.setAttribute(o(a[e]),c[t]):l.removeAttribute(o(a[e]))}),l.setAttribute(u,a.join(",")),l.save(u)}function r(t){return btoa(String(t)).replace(/\+/g,"_").replace(/\//g,"-").replace(/=/g,"")}function a(t){return atob(String(t).replace(/_/g,"+").replace(/-/g,"/"))}function o(t){return u+"_"+t}if(t.prototype={clear:function(){e(this).forEach(this.removeItem,this)},constructor:t,getItem:function(){var t=String(arguments[0]);return t in this?this[t]:null},key:function(){var t=parseInt(arguments[0],10)||0;return e(this)[t]||null},removeItem:function(){var t=String(arguments[0]);Object.prototype.hasOwnProperty.call(this,t)&&(delete this[t],--this.length),n()},setItem:function(){var t=String(arguments[0]),e=String(arguments[1]);Object.prototype.hasOwnProperty.call(this,t)||++this.length,this[t]=e,n()}},!function(){try{return!!self.localStorage}catch(t){return!1}}()){var i,c=self.localStorage=new t,l=self.document.lastChild.lastChild.appendChild(self.document.createElement("x-local-storage")),u="base64_userdata";try{l.addBehavior("#default#userdata"),l.load(u)}catch(s){}i=l.getAttribute(u)?l.getAttribute(u).split(",").map(a):[],c.length=i.length,i.forEach(function(t){c[t]=l.getAttribute(o(r(t)))}),self.attachEvent&&self.attachEvent("onunload",n)}}();
|
@@ -57,20 +57,40 @@
|
|
57
57
|
var unloadkeys = [];
|
58
58
|
|
59
59
|
var keys = getKeys(localStorage);
|
60
|
+
var encodedKeys = keys.map(encodeKey);
|
60
61
|
|
61
|
-
unloadkeys.concat(keys).forEach(function (key) {
|
62
|
+
unloadkeys.concat(keys).forEach(function (key, i) {
|
62
63
|
if (key in localStorage) {
|
63
|
-
element.setAttribute(
|
64
|
+
element.setAttribute(makeAttributeName(encodedKeys[i]), localStorage[key]);
|
64
65
|
} else {
|
65
|
-
element.removeAttribute(
|
66
|
+
element.removeAttribute(makeAttributeName(encodedKeys[i]));
|
66
67
|
}
|
67
68
|
});
|
68
69
|
|
69
|
-
element.setAttribute(userdata,
|
70
|
+
element.setAttribute(userdata, encodedKeys.join(','));
|
70
71
|
|
71
72
|
element.save(userdata);
|
72
73
|
}
|
73
74
|
|
75
|
+
function encodeKey (key) {
|
76
|
+
return btoa(String(key))
|
77
|
+
.replace(/\+/g, '_')
|
78
|
+
.replace(/\//g, '-')
|
79
|
+
.replace(/=/g, '');
|
80
|
+
}
|
81
|
+
|
82
|
+
function decodeKey (encodedKey) {
|
83
|
+
return atob(
|
84
|
+
String(encodedKey)
|
85
|
+
.replace(/_/g, '+')
|
86
|
+
.replace(/-/g, '/')
|
87
|
+
);
|
88
|
+
}
|
89
|
+
|
90
|
+
function makeAttributeName (encodedKey) {
|
91
|
+
return userdata + '_' + encodedKey;
|
92
|
+
}
|
93
|
+
|
74
94
|
var localStorageExists = (function() {
|
75
95
|
try {
|
76
96
|
return !!self.localStorage;
|
@@ -86,24 +106,26 @@
|
|
86
106
|
// set storage element
|
87
107
|
element = self.document.lastChild.lastChild.appendChild(self.document.createElement('x-local-storage')),
|
88
108
|
// set userdata key and prefix
|
89
|
-
userdata = '
|
109
|
+
userdata = 'base64_userdata',
|
90
110
|
keys;
|
91
111
|
|
92
112
|
// proprietary ie local storage
|
93
113
|
try {
|
94
|
-
element.addBehavior('#default#'
|
114
|
+
element.addBehavior('#default#userdata');
|
95
115
|
element.load(userdata);
|
96
116
|
// eslint-disable-next-line no-empty
|
97
117
|
} catch (error) {}
|
98
118
|
|
99
119
|
// get keys
|
100
|
-
keys = element.getAttribute(userdata)
|
120
|
+
keys = element.getAttribute(userdata)
|
121
|
+
? element.getAttribute(userdata).split(',').map(decodeKey)
|
122
|
+
: [];
|
101
123
|
|
102
124
|
localStorage.length = keys.length;
|
103
125
|
|
104
126
|
// assign keys to localStorage
|
105
127
|
keys.forEach(function (key) {
|
106
|
-
localStorage[key] = element.getAttribute(
|
128
|
+
localStorage[key] = element.getAttribute(makeAttributeName(encodeKey(key)));
|
107
129
|
});
|
108
130
|
|
109
131
|
if (self.attachEvent) {
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default","caniuse:requestanimationframe","modernizr:requestanimationframe"],"dependencies":["Date.now"],"license":"MIT","docs":"https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame","browsers":{"android":"
|
1
|
+
{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default","caniuse:requestanimationframe","modernizr:requestanimationframe"],"dependencies":["Date.now"],"license":"MIT","docs":"https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame","browsers":{"android":"<37","bb":"7","chrome":"<46","ie":"6 - 9","ios_saf":"3.2 - 6","firefox":"3.6 - 22","opera":"<15","op_mini":"5 - *","op_mob":"10 - 12.1","safari":"3.1 - 6","firefox_mob":"3.6"},"detectSource":"\"requestAnimationFrame\"in self\n","baseDir":"requestAnimationFrame","hasTests":true,"isTestable":true,"isPublic":true,"size":655}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["scroll","scrollBy","scrollIntoView","Element.prototype.scroll","Element.prototype.scrollBy","Element.prototype.scrollIntoView","window.scroll","window.scrollBy"],"dependencies":["requestAnimationFrame","Function.prototype.bind","getComputedStyle","Object.defineProperty"],"license":"MIT","spec":"https://drafts.csswg.org/cssom-view/#smooth-scrolling","repo":"https://github.com/magic-akari/seamless-scroll-polyfill","docs":"https://developer.mozilla.org/en/docs/Web/CSS/scroll-behavior","browsers":{"edge":"<79","edge_mob":"*","ie":"9 - *","ie_mob":"9 - *","firefox":"4 - 36","opera":"*","safari":"*","chrome":"* - 60","ios_saf":"*","android":"
|
1
|
+
{"aliases":["scroll","scrollBy","scrollIntoView","Element.prototype.scroll","Element.prototype.scrollBy","Element.prototype.scrollIntoView","window.scroll","window.scrollBy"],"dependencies":["requestAnimationFrame","Function.prototype.bind","getComputedStyle","Object.defineProperty"],"license":"MIT","spec":"https://drafts.csswg.org/cssom-view/#smooth-scrolling","repo":"https://github.com/magic-akari/seamless-scroll-polyfill","docs":"https://developer.mozilla.org/en/docs/Web/CSS/scroll-behavior","browsers":{"edge":"<79","edge_mob":"*","ie":"9 - *","ie_mob":"9 - *","firefox":"4 - 36","opera":"*","safari":"*","chrome":"* - 60","ios_saf":"*","android":"<61"},"install":{"module":"seamless-scroll-polyfill","postinstall":"update.task.js"},"detectSource":"(function(){if(\"document\"in self&&\"documentElement\"in self.document&&\"style\"in self.document.documentElement&&\"scrollBehavior\"in document.documentElement.style)return!0\nif(Element.prototype.scrollTo&&Element.prototype.scrollTo.toString().indexOf(\"[native code]\")>-1)return!1\ntry{var e=!1,t={top:1,left:0}\nObject.defineProperty(t,\"behavior\",{get:function(){return e=!0,\"smooth\"},enumerable:!0})\nvar o=document.createElement(\"DIV\"),n=document.createElement(\"DIV\")\nreturn o.setAttribute(\"style\",\"height: 1px; overflow: scroll;\"),n.setAttribute(\"style\",\"height: 2px; overflow: scroll;\"),o.appendChild(n),o.scrollTo(t),e}catch(r){return!1}})()\n","baseDir":"smoothscroll","hasTests":true,"isTestable":true,"isPublic":true,"size":9772}
|