polyfill-library 4.6.0 → 4.8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -4
- package/README.md +41 -0
- package/package.json +10 -21
- package/polyfills/__dist/Array.prototype.sort/meta.json +1 -1
- package/polyfills/__dist/Array.prototype.sort/min.js +1 -1
- package/polyfills/__dist/Array.prototype.sort/raw.js +20 -9
- package/polyfills/__dist/Array.prototype.toReversed/meta.json +1 -0
- package/polyfills/__dist/Array.prototype.toReversed/min.js +1 -0
- package/polyfills/__dist/Array.prototype.toReversed/raw.js +29 -0
- package/polyfills/__dist/Array.prototype.toSorted/meta.json +1 -0
- package/polyfills/__dist/Array.prototype.toSorted/min.js +1 -0
- package/polyfills/__dist/Array.prototype.toSorted/raw.js +37 -0
- package/polyfills/__dist/Array.prototype.toSpliced/meta.json +1 -0
- package/polyfills/__dist/Array.prototype.toSpliced/min.js +1 -0
- package/polyfills/__dist/Array.prototype.toSpliced/raw.js +96 -0
- package/polyfills/__dist/Array.prototype.with/meta.json +1 -0
- package/polyfills/__dist/Array.prototype.with/min.js +1 -0
- package/polyfills/__dist/Array.prototype.with/raw.js +60 -0
- package/polyfills/__dist/DocumentFragment.prototype.replaceChildren/meta.json +1 -0
- package/polyfills/__dist/DocumentFragment.prototype.replaceChildren/min.js +1 -0
- package/polyfills/__dist/DocumentFragment.prototype.replaceChildren/raw.js +15 -0
- package/polyfills/__dist/Element.prototype.replaceChildren/meta.json +1 -0
- package/polyfills/__dist/Element.prototype.replaceChildren/min.js +1 -0
- package/polyfills/__dist/Element.prototype.replaceChildren/raw.js +8 -0
- package/polyfills/__dist/HTMLFormElement.prototype.requestSubmit/meta.json +1 -0
- package/polyfills/__dist/HTMLFormElement.prototype.requestSubmit/min.js +1 -0
- package/polyfills/__dist/HTMLFormElement.prototype.requestSubmit/raw.js +116 -0
- package/polyfills/__dist/IntersectionObserver/meta.json +1 -1
- package/polyfills/__dist/IntersectionObserver/min.js +1 -1
- package/polyfills/__dist/IntersectionObserver/raw.js +2 -1
- package/polyfills/__dist/IntersectionObserverEntry/meta.json +1 -1
- package/polyfills/__dist/Intl.DateTimeFormat.~locale.en-US-POSIX/meta.json +1 -1
- package/polyfills/__dist/Intl.NumberFormat.~locale.he/meta.json +1 -1
- package/polyfills/__dist/Intl.NumberFormat.~locale.id/meta.json +1 -1
- package/polyfills/__dist/Intl.NumberFormat.~locale.jv/meta.json +1 -1
- package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Latn/meta.json +1 -1
- package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Latn-BA/meta.json +1 -1
- package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Latn-ME/meta.json +1 -1
- package/polyfills/__dist/Intl.NumberFormat.~locale.sr-Latn-XK/meta.json +1 -1
- package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.en-US-POSIX/meta.json +1 -1
- package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.he/meta.json +1 -1
- package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.id/meta.json +1 -1
- package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.jv/meta.json +1 -1
- package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Latn/meta.json +1 -1
- package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Latn-BA/meta.json +1 -1
- package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Latn-ME/meta.json +1 -1
- package/polyfills/__dist/Intl.RelativeTimeFormat.~locale.sr-Latn-XK/meta.json +1 -1
- package/polyfills/__dist/Map/meta.json +1 -1
- package/polyfills/__dist/Map/min.js +1 -1
- package/polyfills/__dist/Map/raw.js +5 -2
- package/polyfills/__dist/ResizeObserver/min.js +1 -1
- package/polyfills/__dist/ResizeObserver/raw.js +5 -5
- package/polyfills/__dist/TypedArray.prototype.@@toStringTag/raw.js +1 -1
- package/polyfills/__dist/TypedArray.prototype.at/raw.js +1 -1
- package/polyfills/__dist/TypedArray.prototype.entries/meta.json +1 -1
- package/polyfills/__dist/TypedArray.prototype.entries/min.js +1 -1
- package/polyfills/__dist/TypedArray.prototype.entries/raw.js +21 -25
- package/polyfills/__dist/TypedArray.prototype.findLast/meta.json +1 -1
- package/polyfills/__dist/TypedArray.prototype.findLast/min.js +1 -1
- package/polyfills/__dist/TypedArray.prototype.findLast/raw.js +12 -11
- package/polyfills/__dist/TypedArray.prototype.findLastIndex/meta.json +1 -1
- package/polyfills/__dist/TypedArray.prototype.findLastIndex/min.js +1 -1
- package/polyfills/__dist/TypedArray.prototype.findLastIndex/raw.js +12 -11
- package/polyfills/__dist/TypedArray.prototype.keys/meta.json +1 -1
- package/polyfills/__dist/TypedArray.prototype.keys/min.js +1 -1
- package/polyfills/__dist/TypedArray.prototype.keys/raw.js +21 -25
- package/polyfills/__dist/TypedArray.prototype.sort/meta.json +1 -0
- package/polyfills/__dist/TypedArray.prototype.sort/min.js +1 -0
- package/polyfills/__dist/TypedArray.prototype.sort/raw.js +71 -0
- package/polyfills/__dist/TypedArray.prototype.toReversed/meta.json +1 -0
- package/polyfills/__dist/TypedArray.prototype.toReversed/min.js +1 -0
- package/polyfills/__dist/TypedArray.prototype.toReversed/raw.js +50 -0
- package/polyfills/__dist/TypedArray.prototype.toSorted/meta.json +1 -0
- package/polyfills/__dist/TypedArray.prototype.toSorted/min.js +1 -0
- package/polyfills/__dist/TypedArray.prototype.toSorted/raw.js +59 -0
- package/polyfills/__dist/TypedArray.prototype.with/meta.json +1 -0
- package/polyfills/__dist/TypedArray.prototype.with/min.js +1 -0
- package/polyfills/__dist/TypedArray.prototype.with/raw.js +83 -0
- package/polyfills/__dist/_ESAbstract.IsValidIntegerIndex/meta.json +1 -0
- package/polyfills/__dist/_ESAbstract.IsValidIntegerIndex/min.js +1 -0
- package/polyfills/__dist/_ESAbstract.IsValidIntegerIndex/raw.js +16 -0
- package/polyfills/__dist/_ESAbstract.TypedArrayCreate/meta.json +1 -0
- package/polyfills/__dist/_ESAbstract.TypedArrayCreate/min.js +1 -0
- package/polyfills/__dist/_ESAbstract.TypedArrayCreate/raw.js +20 -0
- package/polyfills/__dist/_ESAbstract.TypedArrayCreateSameType/meta.json +1 -0
- package/polyfills/__dist/_ESAbstract.TypedArrayCreateSameType/min.js +1 -0
- package/polyfills/__dist/_ESAbstract.TypedArrayCreateSameType/raw.js +41 -0
- package/polyfills/__dist/aliases.json +1 -1
- package/polyfills/__dist/atob/meta.json +1 -1
- package/polyfills/__dist/atob/min.js +1 -1
- package/polyfills/__dist/atob/raw.js +22 -16
- package/polyfills/__dist/structuredClone/meta.json +1 -0
- package/polyfills/__dist/structuredClone/min.js +1 -0
- package/polyfills/__dist/structuredClone/raw.js +279 -0
@@ -1 +1 @@
|
|
1
|
-
{"aliases":[],"dependencies":["Event","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":"*","bb":"*","chrome":"<51","edge":"<16","edge_mob":"<16","firefox":"<55","firefox_mob":"<55","ie":"*","ie_mob":"*","opera":"<45","op_mob":"<46","op_mini":"*","safari":"<17.0","ios_saf":"<17.0","samsung_mob":"<7.0"},"detectSource":"\"IntersectionObserver\"in window&&\"IntersectionObserverEntry\"in window&&\"intersectionRatio\"in window.IntersectionObserverEntry.prototype\n","baseDir":"IntersectionObserver","hasTests":
|
1
|
+
{"aliases":[],"dependencies":["Event","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":"*","bb":"*","chrome":"<51","edge":"<16","edge_mob":"<16","firefox":"<55","firefox_mob":"<55","ie":"*","ie_mob":"*","opera":"<45","op_mob":"<46","op_mini":"*","safari":"<17.0","ios_saf":"<17.0","samsung_mob":"<7.0"},"detectSource":"\"IntersectionObserver\"in window&&\"IntersectionObserverEntry\"in window&&\"intersectionRatio\"in window.IntersectionObserverEntry.prototype\n","baseDir":"IntersectionObserver","hasTests":true,"isTestable":true,"isPublic":true,"size":6765}
|
@@ -1 +1 @@
|
|
1
|
-
!function(t,e){"use strict";function n(t){this.time=t.time,this.target=t.target,this.rootBounds=t.rootBounds,this.boundingClientRect=t.boundingClientRect,this.intersectionRect=t.intersectionRect||u();try{this.isIntersecting=!!t.intersectionRect}catch(t){}var e=this.boundingClientRect,n=e.width*e.height,o=this.intersectionRect,i=o.width*o.height;this.intersectionRatio=n?Number((i/n).toFixed(4)):this.isIntersecting?1:0}function o(t,e){var n=e||{};if("function"!=typeof t)throw new Error("callback must be a function");if(n.root&&1!=n.root.nodeType)throw new Error("root must be an Element");this._checkForIntersections=r(this._checkForIntersections.bind(this),this.THROTTLE_TIMEOUT),this._callback=t,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(n.rootMargin),this.thresholds=this._initThresholds(n.threshold),this.root=n.root||null,this.rootMargin=this._rootMarginValues.map(function(t){return t.value+t.unit}).join(" ")}function i(){return t.performance&&performance.now&&performance.now()}function r(t,e){var n=null;return function(){n||(n=setTimeout(function(){t(),n=null},e))}}function s(t,e,n,o){"function"==typeof t.addEventListener?t.addEventListener(e,n,o||!1):"function"==typeof t.attachEvent&&t.attachEvent("on"+e,n)}function h(t,e,n,o){"function"==typeof t.removeEventListener?t.removeEventListener(e,n,o||!1):"function"==typeof t.detatchEvent&&t.detatchEvent("on"+e,n)}function c(t,e){var n=Math.max(t.top,e.top),o=Math.min(t.bottom,e.bottom),i=Math.max(t.left,e.left),r=Math.min(t.right,e.right),s=r-i,h=o-n;return s>=0&&h>=0&&{x:i,y:n,top:n,bottom:o,left:i,right:r,width:s,height:h}}function a(t){var e;try{e=t.getBoundingClientRect()}catch(t){}return e?(e.width&&e.height&&e.x&&e.y||(e={x:e.left,y:e.top,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.right-e.left,height:e.bottom-e.top}),e):u()}function u(){return{x:0,y:0,top:0,bottom:0,left:0,right:0,width:0,height:0}}function l(t,e){for(var n=e;n;){if(n==t)return!0;n=p(n)}return!1}function p(t){var e=t.parentNode;return e&&11==e.nodeType&&e.host?e.host:e&&e.assignedSlot?e.assignedSlot.parentNode:e}if(!("IntersectionObserver"in t&&"IntersectionObserverEntry"in t&&"intersectionRatio"in t.IntersectionObserverEntry.prototype)){var f=[];o.prototype.THROTTLE_TIMEOUT=100,o.prototype.POLL_INTERVAL=null,o.prototype.USE_MUTATION_OBSERVER=!0,o.prototype.observe=function(t){if(!this._observationTargets.some(function(e){return e.element==t})){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},o.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter(function(e){return e.element!=t}),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},o.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},o.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},o.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter(function(t,e,n){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]})},o.prototype._parseRootMargin=function(t){var e=t||"0px",n=e.split(/\s+/).map(function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}});return n[1]=n[1]||n[0],n[2]=n[2]||n[0],n[3]=n[3]||n[1],n},o.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(s(t,"resize",this._checkForIntersections,!0),s(e,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in t&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(e,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},o.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,h(t,"resize",this._checkForIntersections,!0),h(e,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},o.prototype._checkForIntersections=function(){var t=this._rootIsInDom(),e=t?this._getRootRect():u();this._observationTargets.forEach(function(o){var r=o.element,s=a(r),h=this._rootContainsTarget(r),c=o.entry,u=t&&h&&this._computeTargetAndRootIntersection(r,e),l=o.entry=new n({time:i(),target:r,boundingClientRect:s,rootBounds:e,intersectionRect:u});c?t&&h?this._hasCrossedThreshold(c,l)&&this._queuedEntries.push(l):c&&c.isIntersecting&&this._queuedEntries.push(l):this._queuedEntries.push(l)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},o.prototype._computeTargetAndRootIntersection=function(n,o){if("none"!=t.getComputedStyle(n).display){for(var i=a(n),r=i,s=p(n),h=!1;!h;){var u=null,l=1==s.nodeType?t.getComputedStyle(s):{};if("none"==l.display)return;if(s==this.root||s==e?(h=!0,u=o):s!=e.body&&s!=e.documentElement&&"visible"!=l.overflow&&(u=a(s)),u&&!(r=c(u,r)))break;s=p(s)}return r}},o.prototype._getRootRect=function(){var t;if(this.root)t=a(this.root);else{var n=e.documentElement,o=e.body;t={x:0,y:0,top:0,left:0,right:n.clientWidth||o.clientWidth,width:n.clientWidth||o.clientWidth,bottom:n.clientHeight||o.clientHeight,height:n.clientHeight||o.clientHeight}}return this._expandRectByRootMargin(t)},o.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map(function(e,n){return"px"==e.unit?e.value:e.value*(n%2?t.width:t.height)/100}),n={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n.x=n.left,n.y=n.top,n},o.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio||0:-1,o=e.isIntersecting?e.intersectionRatio||0:-1;if(n!==o)for(var i=0;i<this.thresholds.length;i++){var r=this.thresholds[i];if(r==n||r==o||r<n!=r<o)return!0}},o.prototype._rootIsInDom=function(){return!this.root||l(e,this.root)},o.prototype._rootContainsTarget=function(t){return l(this.root||e,t)},o.prototype._registerInstance=function(){f.indexOf(this)<0&&f.push(this)},o.prototype._unregisterInstance=function(){var t=f.indexOf(this);-1!=t&&f.splice(t,1)},t.IntersectionObserver=o,t.IntersectionObserverEntry=n}}(window,document);
|
1
|
+
!function(t,e){"use strict";function n(t){this.time=t.time,this.target=t.target,this.rootBounds=t.rootBounds,this.boundingClientRect=t.boundingClientRect,this.intersectionRect=t.intersectionRect||u();try{this.isIntersecting=!!t.intersectionRect}catch(t){}var e=this.boundingClientRect,n=e.width*e.height,o=this.intersectionRect,i=o.width*o.height;this.intersectionRatio=n?Number((i/n).toFixed(4)):this.isIntersecting?1:0}function o(t,e){var n=e||{};if("function"!=typeof t)throw new Error("callback must be a function");if(n.root&&1!=n.root.nodeType)throw new Error("root must be an Element");this._checkForIntersections=r(this._checkForIntersections.bind(this),this.THROTTLE_TIMEOUT),this._callback=t,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(n.rootMargin),this.thresholds=this._initThresholds(n.threshold),this.root=n.root||null,this.rootMargin=this._rootMarginValues.map(function(t){return t.value+t.unit}).join(" ")}function i(){return t.performance&&performance.now&&performance.now()}function r(t,e){var n=null;return function(){n||(n=setTimeout(function(){t(),n=null},e))}}function s(t,e,n,o){"function"==typeof t.addEventListener?t.addEventListener(e,n,o||!1):"function"==typeof t.attachEvent&&t.attachEvent("on"+e,n)}function h(t,e,n,o){"function"==typeof t.removeEventListener?t.removeEventListener(e,n,o||!1):"function"==typeof t.detatchEvent&&t.detatchEvent("on"+e,n)}function c(t,e){var n=Math.max(t.top,e.top),o=Math.min(t.bottom,e.bottom),i=Math.max(t.left,e.left),r=Math.min(t.right,e.right),s=r-i,h=o-n;return s>=0&&h>=0&&{x:i,y:n,top:n,bottom:o,left:i,right:r,width:s,height:h}}function a(t){var e;try{e=t.getBoundingClientRect()}catch(t){}return e?(e.width&&e.height&&e.x&&e.y||(e={x:e.left,y:e.top,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.right-e.left,height:e.bottom-e.top}),e):u()}function u(){return{x:0,y:0,top:0,bottom:0,left:0,right:0,width:0,height:0}}function l(t,e){for(var n=e;n;){if(n==t)return!0;n=p(n)}return!1}function p(t){var e=t.parentNode;return e&&11==e.nodeType&&e.host?e.host:e&&e.assignedSlot?e.assignedSlot.parentNode:e}if(!("IntersectionObserver"in t&&"IntersectionObserverEntry"in t&&"intersectionRatio"in t.IntersectionObserverEntry.prototype)){var f=[];n.prototype.intersectionRatio=0,o.prototype.THROTTLE_TIMEOUT=100,o.prototype.POLL_INTERVAL=null,o.prototype.USE_MUTATION_OBSERVER=!0,o.prototype.observe=function(t){if(!this._observationTargets.some(function(e){return e.element==t})){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},o.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter(function(e){return e.element!=t}),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},o.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},o.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},o.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter(function(t,e,n){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]})},o.prototype._parseRootMargin=function(t){var e=t||"0px",n=e.split(/\s+/).map(function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}});return n[1]=n[1]||n[0],n[2]=n[2]||n[0],n[3]=n[3]||n[1],n},o.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(s(t,"resize",this._checkForIntersections,!0),s(e,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in t&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(e,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},o.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,h(t,"resize",this._checkForIntersections,!0),h(e,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},o.prototype._checkForIntersections=function(){var t=this._rootIsInDom(),e=t?this._getRootRect():u();this._observationTargets.forEach(function(o){var r=o.element,s=a(r),h=this._rootContainsTarget(r),c=o.entry,u=t&&h&&this._computeTargetAndRootIntersection(r,e),l=o.entry=new n({time:i(),target:r,boundingClientRect:s,rootBounds:e,intersectionRect:u});c?t&&h?this._hasCrossedThreshold(c,l)&&this._queuedEntries.push(l):c&&c.isIntersecting&&this._queuedEntries.push(l):this._queuedEntries.push(l)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},o.prototype._computeTargetAndRootIntersection=function(n,o){if("none"!=t.getComputedStyle(n).display){for(var i=a(n),r=i,s=p(n),h=!1;!h;){var u=null,l=1==s.nodeType?t.getComputedStyle(s):{};if("none"==l.display)return;if(s==this.root||s==e?(h=!0,u=o):s!=e.body&&s!=e.documentElement&&"visible"!=l.overflow&&(u=a(s)),u&&!(r=c(u,r)))break;s=p(s)}return r}},o.prototype._getRootRect=function(){var t;if(this.root)t=a(this.root);else{var n=e.documentElement,o=e.body;t={x:0,y:0,top:0,left:0,right:n.clientWidth||o.clientWidth,width:n.clientWidth||o.clientWidth,bottom:n.clientHeight||o.clientHeight,height:n.clientHeight||o.clientHeight}}return this._expandRectByRootMargin(t)},o.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map(function(e,n){return"px"==e.unit?e.value:e.value*(n%2?t.width:t.height)/100}),n={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n.x=n.left,n.y=n.top,n},o.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio||0:-1,o=e.isIntersecting?e.intersectionRatio||0:-1;if(n!==o)for(var i=0;i<this.thresholds.length;i++){var r=this.thresholds[i];if(r==n||r==o||r<n!=r<o)return!0}},o.prototype._rootIsInDom=function(){return!this.root||l(e,this.root)},o.prototype._rootContainsTarget=function(t){return l(this.root||e,t)},o.prototype._registerInstance=function(){f.indexOf(this)<0&&f.push(this)},o.prototype._unregisterInstance=function(){var t=f.indexOf(this);-1!=t&&f.splice(t,1)},t.IntersectionObserver=o,t.IntersectionObserverEntry=n}}(window,document);
|
@@ -15,7 +15,7 @@
|
|
15
15
|
var supportedNatively = 'IntersectionObserver' in window &&
|
16
16
|
'IntersectionObserverEntry' in window &&
|
17
17
|
'intersectionRatio' in window.IntersectionObserverEntry.prototype;
|
18
|
-
|
18
|
+
|
19
19
|
if (supportedNatively) {
|
20
20
|
return;
|
21
21
|
}
|
@@ -63,6 +63,7 @@ function IntersectionObserverEntry(entry) {
|
|
63
63
|
}
|
64
64
|
}
|
65
65
|
|
66
|
+
IntersectionObserverEntry.prototype.intersectionRatio = 0;
|
66
67
|
|
67
68
|
/**
|
68
69
|
* Creates the global IntersectionObserver constructor.
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":[],"dependencies":["IntersectionObserver"],"docs":"https://github.com/w3c/IntersectionObserver/blob/master/explainer.md","spec":"http://rawgit.com/w3c/IntersectionObserver/master/index.html","notes":[],"repo":"https://github.com/w3c/IntersectionObserver","browsers":{"edge":"15","edge_mob":"15"},"detectSource":"\"IntersectionObserverEntry\"in window&&\"isIntersecting\"in window.IntersectionObserverEntry.prototype\n","baseDir":"IntersectionObserverEntry","hasTests":true,"isTestable":true,"isPublic":true,"size":126}
|
1
|
+
{"aliases":[],"dependencies":["IntersectionObserver"],"docs":"https://github.com/w3c/IntersectionObserver/blob/master/explainer.md","spec":"http://rawgit.com/w3c/IntersectionObserver/master/index.html","notes":[],"repo":"https://github.com/w3c/IntersectionObserver","browsers":{"chrome":"51 - 57","edge":"15","edge_mob":"15","opera":"38 - 44","op_mob":"41 - 42","samsung_mob":"5.0 - 6.4"},"detectSource":"\"IntersectionObserverEntry\"in window&&\"isIntersecting\"in window.IntersectionObserverEntry.prototype\n","baseDir":"IntersectionObserverEntry","hasTests":true,"isTestable":true,"isPublic":true,"size":126}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["Intl.~locale.en-US-POSIX"],"dependencies":["Intl.DateTimeFormat","Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.en
|
1
|
+
{"aliases":["Intl.~locale.en-US-POSIX"],"dependencies":["Intl.DateTimeFormat","Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.en","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","Set","WeakMap"],"license":"MIT","spec":"https://tc39.es/ecma402/#datetimeformat-objects","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-datetimeformat","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.DateTimeFormat.~locale`, eg `Intl.DateTimeFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<76","edge":"*","edge_mob":"*","firefox":"<91","firefox_mob":"<91","ie":">=9","ie_mob":">=9","opera":"<63","op_mob":"<54","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&\"DateTimeFormat\"in self.Intl&&\"formatRangeToParts\"in self.Intl.DateTimeFormat&&self.Intl.DateTimeFormat.supportedLocalesOf(\"en-US-POSIX\").length\n","baseDir":"Intl/DateTimeFormat/~locale/en-US-POSIX","hasTests":false,"isTestable":false,"isPublic":true,"size":41716}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["Intl.~locale.he"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"aliases":["Intl.~locale.he"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.he","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"he\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"he\").length\n","baseDir":"Intl/NumberFormat/~locale/he","hasTests":false,"isTestable":false,"isPublic":true,"size":28512}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["Intl.~locale.id"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"aliases":["Intl.~locale.id"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.id","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"id\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"id\").length\n","baseDir":"Intl/NumberFormat/~locale/id","hasTests":false,"isTestable":false,"isPublic":true,"size":28975}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["Intl.~locale.jv"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"aliases":["Intl.~locale.jv"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.jv","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"jv\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"jv\").length\n","baseDir":"Intl/NumberFormat/~locale/jv","hasTests":false,"isTestable":false,"isPublic":true,"size":26569}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["Intl.~locale.sr-Latn"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"aliases":["Intl.~locale.sr-Latn"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"sr-Latn\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"sr-Latn\").length\n","baseDir":"Intl/NumberFormat/~locale/sr-Latn","hasTests":false,"isTestable":false,"isPublic":true,"size":45825}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["Intl.~locale.sr-Latn-BA"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"aliases":["Intl.~locale.sr-Latn-BA"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"sr-Latn-BA\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"sr-Latn-BA\").length\n","baseDir":"Intl/NumberFormat/~locale/sr-Latn-BA","hasTests":false,"isTestable":false,"isPublic":true,"size":45839}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["Intl.~locale.sr-Latn-ME"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"aliases":["Intl.~locale.sr-Latn-ME"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"sr-Latn-ME\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"sr-Latn-ME\").length\n","baseDir":"Intl/NumberFormat/~locale/sr-Latn-ME","hasTests":false,"isTestable":false,"isPublic":true,"size":45828}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["Intl.~locale.sr-Latn-XK"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"aliases":["Intl.~locale.sr-Latn-XK"],"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"license":"MIT","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-numberformat-constructor","repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-numberformat/polyfill.js","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat","notes":["Locales must be specified separately by prefixing the locale name with `Intl.NumberFormat.~locale`, eg `Intl.NumberFormat.~locale.en-GB`."],"browsers":{"android":"*","chrome":"<77","edge":"*","edge_mob":"*","firefox":"<78","firefox_mob":"<79","ie":">=9","ie_mob":">=9","opera":"<64","op_mob":"<55","safari":"<14.1","ios_saf":"<14.5","samsung_mob":"<12.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.NumberFormat&&function(){try{new Intl.NumberFormat(\"sr-Latn-XK\",{style:\"unit\",unit:\"byte\"})}catch(t){return!1}return!0}()&&Intl.NumberFormat.supportedLocalesOf(\"sr-Latn-XK\").length\n","baseDir":"Intl/NumberFormat/~locale/sr-Latn-XK","hasTests":false,"isTestable":false,"isPublic":true,"size":45828}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.en
|
1
|
+
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.en","Intl.PluralRules","Intl.PluralRules.~locale.en","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"en-US-POSIX\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/en-US-POSIX","hasTests":false,"isTestable":false,"isPublic":true,"size":3529}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.he","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.he","Intl.PluralRules","Intl.PluralRules.~locale.he","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"he\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/he","hasTests":false,"isTestable":false,"isPublic":true,"size":5365}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.id","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.id","Intl.PluralRules","Intl.PluralRules.~locale.id","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"id\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/id","hasTests":false,"isTestable":false,"isPublic":true,"size":2857}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.jv","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.jv","Intl.PluralRules","Intl.PluralRules.~locale.jv","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"jv\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/jv","hasTests":false,"isTestable":false,"isPublic":true,"size":2881}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"sr-Latn\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/sr-Latn","hasTests":false,"isTestable":false,"isPublic":true,"size":4567}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn-BA","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn-BA","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"sr-Latn-BA\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/sr-Latn-BA","hasTests":false,"isTestable":false,"isPublic":true,"size":4750}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn-ME","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn-ME","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"sr-Latn-ME\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/sr-Latn-ME","hasTests":false,"isTestable":false,"isPublic":true,"size":4570}
|
@@ -1 +1 @@
|
|
1
|
-
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn-XK","Intl.PluralRules","Intl.PluralRules.~locale.
|
1
|
+
{"dependencies":["Intl.Locale","Intl.NumberFormat","Intl.NumberFormat.~locale.sr-Latn-XK","Intl.PluralRules","Intl.PluralRules.~locale.sh","Intl.RelativeTimeFormat","Intl.getCanonicalLocales","Object.assign","Object.keys","Object.setPrototypeOf","WeakMap"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat","license":"MIT","notes":["Locales must be specified separately by prefixing the locale name with `Intl.RelativeTimeFormat.~locale`, eg `Intl.RelativeTimeFormat.~locale.en-GB`."],"repo":"https://github.com/formatjs/formatjs/tree/master/packages/intl-relativetimeformat/polyfill.js","spec":"https://tc39.es/proposal-intl-relative-time/#sec-intl-relativetimeformat-constructor","browsers":{"android":"*","chrome":"<71","edge":"*","edge_mob":"*","firefox":"<65","firefox_mob":"<65","ie":">=9","ie_mob":">=9","opera":"<58","op_mob":"<50","safari":"<14.0","ios_saf":"<14.0","samsung_mob":"<10.0"},"test":{"ci":false},"detectSource":"\"Intl\"in self&&Intl.RelativeTimeFormat&&Intl.RelativeTimeFormat.supportedLocalesOf&&1===Intl.RelativeTimeFormat.supportedLocalesOf(\"sr-Latn-XK\").length\n","baseDir":"Intl/RelativeTimeFormat/~locale/sr-Latn-XK","hasTests":false,"isTestable":false,"isPublic":true,"size":4570}
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["es6","es2015","default-3.6","default"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.CreateIterResultObject","_ESAbstract.GetMethod","_ESAbstract.GetIterator","_ESAbstract.IsCallable","_ESAbstract.IteratorClose","_ESAbstract.IteratorComplete","_ESAbstract.IteratorNext","_ESAbstract.IteratorStep","_ESAbstract.IteratorValue","_ESAbstract.OrdinaryCreateFromConstructor","_ESAbstract.SameValueZero","_ESAbstract.Type","Symbol","Symbol.iterator","Symbol.species","Symbol.toStringTag","Object.isExtensible"],"notes":["The test suite for this polyfill is derived from work of Andrea Giammarchi which is [published under an MIT licence](https://github.com/WebReflection/es6-collections)"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map","browsers":{"android":"<5.1","bb":"10 - *","chrome":"<49","edge":"<15","firefox":"<51","firefox_mob":"<51","ie":"*","ie_mob":"*","opera":"<36","op_mob":"<36","op_mini":"*","safari":"<10.0","ios_saf":"<10.0","samsung_mob":"<5.0"},"detectSource":"\"Map\"in self&&function(t){try{var n=new t.Map([[1,1],[2,2]])\nreturn 0===t.Map.length&&2===n.size&&\"Symbol\"in t&&\"iterator\"in t.Symbol&&\"function\"==typeof n[t.Symbol.iterator]&&\"toStringTag\"in t.Symbol&&void 0!==n[t.Symbol.toStringTag]}catch(t){return!1}}(self)\n","baseDir":"Map","hasTests":true,"isTestable":true,"isPublic":true,"size":
|
1
|
+
{"aliases":["es6","es2015","default-3.6","default"],"dependencies":["_ESAbstract.CreateMethodProperty","_ESAbstract.CreateIterResultObject","_ESAbstract.GetMethod","_ESAbstract.GetIterator","_ESAbstract.IsCallable","_ESAbstract.IteratorClose","_ESAbstract.IteratorComplete","_ESAbstract.IteratorNext","_ESAbstract.IteratorStep","_ESAbstract.IteratorValue","_ESAbstract.OrdinaryCreateFromConstructor","_ESAbstract.SameValueZero","_ESAbstract.Type","Symbol","Symbol.iterator","Symbol.species","Symbol.toStringTag","Object.isExtensible"],"notes":["The test suite for this polyfill is derived from work of Andrea Giammarchi which is [published under an MIT licence](https://github.com/WebReflection/es6-collections)"],"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map","browsers":{"android":"<5.1","bb":"10 - *","chrome":"<49","edge":"<15","firefox":"<51","firefox_mob":"<51","ie":"*","ie_mob":"*","opera":"<36","op_mob":"<36","op_mini":"*","safari":"<10.0","ios_saf":"<10.0","samsung_mob":"<5.0"},"detectSource":"\"Map\"in self&&function(t){try{var n=new t.Map([[1,1],[2,2]])\nreturn 0===t.Map.length&&2===n.size&&\"Symbol\"in t&&\"iterator\"in t.Symbol&&\"function\"==typeof n[t.Symbol.iterator]&&\"toStringTag\"in t.Symbol&&void 0!==n[t.Symbol.toStringTag]}catch(t){return!1}}(self)\n","baseDir":"Map","hasTests":true,"isTestable":true,"isPublic":true,"size":7486}
|
@@ -1 +1 @@
|
|
1
|
-
!function(e){function t(e,t){if("object"!==Type(e))throw new TypeError("createMapIterator called on incompatible receiver "+Object.prototype.toString.call(e));if(!0!==e._es6Map)throw new TypeError("createMapIterator called on incompatible receiver "+Object.prototype.toString.call(e));var r=Object.create(y);return Object.defineProperty(r,"[[Map]]",{configurable:!0,enumerable:!1,writable:!0,value:e}),Object.defineProperty(r,"[[MapNextIndex]]",{configurable:!0,enumerable:!1,writable:!0,value:0}),Object.defineProperty(r,"[[MapIterationKind]]",{configurable:!0,enumerable:!1,writable:!0,value:t}),r}var r=0,o=Symbol("meta_"+(1e8*Math.random()+"").replace(".","")),a=function(e){if("object"==typeof e?null!==e:"function"==typeof e){if(!Object.isExtensible(e))return!1;if(!Object.prototype.hasOwnProperty.call(e,o)){var t=typeof e+"-"+ ++r;Object.defineProperty(e,o,{configurable:!1,enumerable:!1,writable:!1,value:t})}return e[o]}return""+e},i=function(e,t){var r=a(t);if(!1===r)return p(e,t);var o=e._table[r];return void 0!==o&&o},p=function(e,t){for(var r=0;r<e._keys.length;r++){var o=e._keys[r];if(o!==l&&SameValueZero(o,t))return r}return!1},n=function(e,t,r){var o=a(t);return!1!==o&&(!1===r?delete e._table[o]:e._table[o]=r,!0)},l=Symbol("undef"),c=function e(){if(!(this instanceof e))throw new TypeError('Constructor Map requires "new"');var t=OrdinaryCreateFromConstructor(this,e.prototype,{_table:{},_keys:[],_values:[],_size:0,_es6Map:!0}),r=arguments.length>0?arguments[0]:void 0;if(null===r||void 0===r)return t;var o=t.set;if(!IsCallable(o))throw new TypeError("Map.prototype.set is not a function");try{for(var a=GetIterator(r);;){var i=IteratorStep(a);if(!1===i)return t;var p=IteratorValue(i);if("object"!==Type(p))try{throw new TypeError("Iterator value "+p+" is not an entry object")}catch(e){return IteratorClose(a,e)}try{var n=p[0],l=p[1];o.call(t,n,l)}catch(e){return IteratorClose(a,e)}}}catch(e){if(Array.isArray(r)||"[object Arguments]"===Object.prototype.toString.call(r)){var c,y=r.length;for(c=0;c<y;c++)o.call(t,r[c][0],r[c][1])}}return t};Object.defineProperty(c,"prototype",{configurable:!1,enumerable:!1,writable:!1,value:{}}),Object.defineProperty(c,Symbol.species,{configurable:!0,enumerable:!1,get:function(){return this},set:void 0}),CreateMethodProperty(c.prototype,"clear",function e(){var t=this;if("object"!==Type(t))throw new TypeError("Method Map.prototype.clear called on incompatible receiver "+Object.prototype.toString.call(t));if(!0!==t._es6Map)throw new TypeError("Method Map.prototype.clear called on incompatible receiver "+Object.prototype.toString.call(t));for(var r=t._keys,o=0;o<r.length;o++)t._keys[o]=l,t._values[o]=l;this._size=0,this._table={}}),CreateMethodProperty(c.prototype,"constructor",c),CreateMethodProperty(c.prototype,"delete",function(e){var t=this;if("object"!==Type(t))throw new TypeError("Method Map.prototype.clear called on incompatible receiver "+Object.prototype.toString.call(t));if(!0!==t._es6Map)throw new TypeError("Method Map.prototype.clear called on incompatible receiver "+Object.prototype.toString.call(t));var r=i(t,e);if(!1!==r){var o=t._keys[r];if(o!==l&&SameValueZero(o,e))return this._keys[r]=l,this._values[r]=l,this._size=--this._size,n(this,e,!1),!0}return!1}),CreateMethodProperty(c.prototype,"entries",function e(){return t(this,"key+value")}),CreateMethodProperty(c.prototype,"forEach",function(e){var t=this;if("object"!==Type(t))throw new TypeError("Method Map.prototype.forEach called on incompatible receiver "+Object.prototype.toString.call(t));if(!0!==t._es6Map)throw new TypeError("Method Map.prototype.forEach called on incompatible receiver "+Object.prototype.toString.call(t));if(!IsCallable(e))throw new TypeError(Object.prototype.toString.call(e)+" is not a function.");if(arguments[1])var r=arguments[1];for(var o=t._keys,a=0;a<o.length;a++)t._keys[a]!==l&&t._values[a]!==l&&e.call(r,t._values[a],t._keys[a],t)}),CreateMethodProperty(c.prototype,"get",function e(t){var r=this;if("object"!==Type(r))throw new TypeError("Method Map.prototype.get called on incompatible receiver "+Object.prototype.toString.call(r));if(!0!==r._es6Map)throw new TypeError("Method Map.prototype.get called on incompatible receiver "+Object.prototype.toString.call(r));var o=i(r,t);if(!1!==o){var a=r._keys[o];if(a!==l&&SameValueZero(a,t))return r._values[o]}}),CreateMethodProperty(c.prototype,"has",function e(t){var r=this;if("object"!=typeof r)throw new TypeError("Method Map.prototype.has called on incompatible receiver "+Object.prototype.toString.call(r));if(!0!==r._es6Map)throw new TypeError("Method Map.prototype.has called on incompatible receiver "+Object.prototype.toString.call(r));var o=i(r,t);if(!1!==o){var a=r._keys[o];if(a!==l&&SameValueZero(a,t))return!0}return!1}),CreateMethodProperty(c.prototype,"keys",function e(){return t(this,"key")}),CreateMethodProperty(c.prototype,"set",function e(t,r){var o=this;if("object"!==Type(o))throw new TypeError("Method Map.prototype.set called on incompatible receiver "+Object.prototype.toString.call(o));if(!0!==o._es6Map)throw new TypeError("Method Map.prototype.set called on incompatible receiver "+Object.prototype.toString.call(o));var a=i(o,t);if(!1!==a)o._values[a]=r;else{-0===t&&(t=0);var p={"[[Key]]":t,"[[Value]]":r};o._keys.push(p["[[Key]]"]),o._values.push(p["[[Value]]"]),n(o,t,o._keys.length-1),++o._size}return o}),Object.defineProperty(c.prototype,"size",{configurable:!0,enumerable:!1,get:function(){var e=this;if("object"!==Type(e))throw new TypeError("Method Map.prototype.size called on incompatible receiver "+Object.prototype.toString.call(e));if(!0!==e._es6Map)throw new TypeError("Method Map.prototype.size called on incompatible receiver "+Object.prototype.toString.call(e));return this._size},set:void 0}),CreateMethodProperty(c.prototype,"values",function e(){return t(this,"value")}),CreateMethodProperty(c.prototype,Symbol.iterator,c.prototype.entries),Object.defineProperty(c.prototype,Symbol.toStringTag,{value:"Map",writable:!1,enumerable:!1,configurable:!0}),"name"in c||Object.defineProperty(c,"name",{configurable:!0,enumerable:!1,writable:!1,value:"Map"});var y={};Object.defineProperty(y,"isMapIterator",{configurable:!1,enumerable:!1,writable:!1,value:!0}),CreateMethodProperty(y,"next",function e(){var t=this;if("object"!==Type(t))throw new TypeError("Method %MapIteratorPrototype%.next called on incompatible receiver "+Object.prototype.toString.call(t));if(!t.isMapIterator)throw new TypeError("Method %MapIteratorPrototype%.next called on incompatible receiver "+Object.prototype.toString.call(t));var r=t["[[Map]]"],o=t["[[MapNextIndex]]"],a=t["[[MapIterationKind]]"];if(void 0===r)return CreateIterResultObject(void 0,!0);if(!r._es6Map)throw new Error(Object.prototype.toString.call(r)+" has a [[MapData]] internal slot.");for(var i=r._keys,p=i.length;o<p;){var n=Object.create(null);if(n["[[Key]]"]=r._keys[o],n["[[Value]]"]=r._values[o],o+=1,t["[[MapNextIndex]]"]=o,n["[[Key]]"]!==l){if("key"===a)var c=n["[[Key]]"];else if("value"===a)c=n["[[Value]]"];else{if("key+value"!==a)throw new Error;c=[n["[[Key]]"],n["[[Value]]"]]}return CreateIterResultObject(c,!1)}}return t["[[Map]]"]=void 0,CreateIterResultObject(void 0,!0)}),Object.defineProperty(y,Symbol.toStringTag,{value:"Map Iterator",writable:!1,enumerable:!1,configurable:!0}),CreateMethodProperty(y,Symbol.iterator,function e(){return this}),CreateMethodProperty(e,"Map",c)}(self);
|
1
|
+
!function(e){function t(e,t){if("object"!==Type(e))throw new TypeError("createMapIterator called on incompatible receiver "+Object.prototype.toString.call(e));if(!0!==e._es6Map)throw new TypeError("createMapIterator called on incompatible receiver "+Object.prototype.toString.call(e));var r=Object.create(y);return Object.defineProperty(r,"[[Map]]",{configurable:!0,enumerable:!1,writable:!0,value:e}),Object.defineProperty(r,"[[MapNextIndex]]",{configurable:!0,enumerable:!1,writable:!0,value:0}),Object.defineProperty(r,"[[MapIterationKind]]",{configurable:!0,enumerable:!1,writable:!0,value:t}),r}var r=0,o=Symbol("meta_"+(1e8*Math.random()+"").replace(".","")),a=function(e){if("object"==typeof e?null!==e:"function"==typeof e){if(!Object.isExtensible(e))return!1;if(!Object.prototype.hasOwnProperty.call(e,o)){var t=typeof e+"-"+ ++r;Object.defineProperty(e,o,{configurable:!1,enumerable:!1,writable:!1,value:t})}return e[o]}return typeof e+"_f1cc2551-7df7-4319-ba53-5b263a78a257_"+e},i=function(e,t){var r=a(t);if(!1===r)return p(e,t);var o=e._table[r];return void 0!==o&&o},p=function(e,t){for(var r=0;r<e._keys.length;r++){var o=e._keys[r];if(o!==l&&SameValueZero(o,t))return r}return!1},n=function(e,t,r){var o=a(t);return!1!==o&&(!1===r?delete e._table[o]:e._table[o]=r,!0)},l=Symbol("undef"),c=function e(){if(!(this instanceof e))throw new TypeError('Constructor Map requires "new"');var t=OrdinaryCreateFromConstructor(this,e.prototype,{_table:{},_keys:[],_values:[],_size:0,_es6Map:!0}),r=arguments.length>0?arguments[0]:void 0;if(null===r||void 0===r)return t;var o=t.set;if(!IsCallable(o))throw new TypeError("Map.prototype.set is not a function");try{for(var a=GetIterator(r);;){var i=IteratorStep(a);if(!1===i)return t;var p=IteratorValue(i);if("object"!==Type(p))try{throw new TypeError("Iterator value "+p+" is not an entry object")}catch(e){return IteratorClose(a,e)}try{var n=p[0],l=p[1];o.call(t,n,l)}catch(e){return IteratorClose(a,e)}}}catch(e){if(Array.isArray(r)||"[object Arguments]"===Object.prototype.toString.call(r)){var c,y=r.length;for(c=0;c<y;c++)o.call(t,r[c][0],r[c][1])}}return t};Object.defineProperty(c,"prototype",{configurable:!1,enumerable:!1,writable:!1,value:{}}),Object.defineProperty(c,Symbol.species,{configurable:!0,enumerable:!1,get:function(){return this},set:void 0}),CreateMethodProperty(c.prototype,"clear",function e(){var t=this;if("object"!==Type(t))throw new TypeError("Method Map.prototype.clear called on incompatible receiver "+Object.prototype.toString.call(t));if(!0!==t._es6Map)throw new TypeError("Method Map.prototype.clear called on incompatible receiver "+Object.prototype.toString.call(t));for(var r=t._keys,o=0;o<r.length;o++)t._keys[o]=l,t._values[o]=l;this._size=0,this._table={}}),CreateMethodProperty(c.prototype,"constructor",c),CreateMethodProperty(c.prototype,"delete",function(e){var t=this;if("object"!==Type(t))throw new TypeError("Method Map.prototype.clear called on incompatible receiver "+Object.prototype.toString.call(t));if(!0!==t._es6Map)throw new TypeError("Method Map.prototype.clear called on incompatible receiver "+Object.prototype.toString.call(t));var r=i(t,e);if(!1!==r){var o=t._keys[r];if(o!==l&&SameValueZero(o,e))return this._keys[r]=l,this._values[r]=l,this._size=--this._size,n(this,e,!1),!0}return!1}),CreateMethodProperty(c.prototype,"entries",function e(){return t(this,"key+value")}),CreateMethodProperty(c.prototype,"forEach",function(e){var t=this;if("object"!==Type(t))throw new TypeError("Method Map.prototype.forEach called on incompatible receiver "+Object.prototype.toString.call(t));if(!0!==t._es6Map)throw new TypeError("Method Map.prototype.forEach called on incompatible receiver "+Object.prototype.toString.call(t));if(!IsCallable(e))throw new TypeError(Object.prototype.toString.call(e)+" is not a function.");if(arguments[1])var r=arguments[1];for(var o=t._keys,a=0;a<o.length;a++)t._keys[a]!==l&&t._values[a]!==l&&e.call(r,t._values[a],t._keys[a],t)}),CreateMethodProperty(c.prototype,"get",function e(t){var r=this;if("object"!==Type(r))throw new TypeError("Method Map.prototype.get called on incompatible receiver "+Object.prototype.toString.call(r));if(!0!==r._es6Map)throw new TypeError("Method Map.prototype.get called on incompatible receiver "+Object.prototype.toString.call(r));var o=i(r,t);if(!1!==o){var a=r._keys[o];if(a!==l&&SameValueZero(a,t))return r._values[o]}}),CreateMethodProperty(c.prototype,"has",function e(t){var r=this;if("object"!=typeof r)throw new TypeError("Method Map.prototype.has called on incompatible receiver "+Object.prototype.toString.call(r));if(!0!==r._es6Map)throw new TypeError("Method Map.prototype.has called on incompatible receiver "+Object.prototype.toString.call(r));var o=i(r,t);if(!1!==o){var a=r._keys[o];if(a!==l&&SameValueZero(a,t))return!0}return!1}),CreateMethodProperty(c.prototype,"keys",function e(){return t(this,"key")}),CreateMethodProperty(c.prototype,"set",function e(t,r){var o=this;if("object"!==Type(o))throw new TypeError("Method Map.prototype.set called on incompatible receiver "+Object.prototype.toString.call(o));if(!0!==o._es6Map)throw new TypeError("Method Map.prototype.set called on incompatible receiver "+Object.prototype.toString.call(o));var a=i(o,t);if(!1!==a)o._values[a]=r;else{-0===t&&(t=0);var p={"[[Key]]":t,"[[Value]]":r};o._keys.push(p["[[Key]]"]),o._values.push(p["[[Value]]"]),n(o,t,o._keys.length-1),++o._size}return o}),Object.defineProperty(c.prototype,"size",{configurable:!0,enumerable:!1,get:function(){var e=this;if("object"!==Type(e))throw new TypeError("Method Map.prototype.size called on incompatible receiver "+Object.prototype.toString.call(e));if(!0!==e._es6Map)throw new TypeError("Method Map.prototype.size called on incompatible receiver "+Object.prototype.toString.call(e));return this._size},set:void 0}),CreateMethodProperty(c.prototype,"values",function e(){return t(this,"value")}),CreateMethodProperty(c.prototype,Symbol.iterator,c.prototype.entries),Object.defineProperty(c.prototype,Symbol.toStringTag,{value:"Map",writable:!1,enumerable:!1,configurable:!0}),"name"in c||Object.defineProperty(c,"name",{configurable:!0,enumerable:!1,writable:!1,value:"Map"});var y={};Object.defineProperty(y,"isMapIterator",{configurable:!1,enumerable:!1,writable:!1,value:!0}),CreateMethodProperty(y,"next",function e(){var t=this;if("object"!==Type(t))throw new TypeError("Method %MapIteratorPrototype%.next called on incompatible receiver "+Object.prototype.toString.call(t));if(!t.isMapIterator)throw new TypeError("Method %MapIteratorPrototype%.next called on incompatible receiver "+Object.prototype.toString.call(t));var r=t["[[Map]]"],o=t["[[MapNextIndex]]"],a=t["[[MapIterationKind]]"];if(void 0===r)return CreateIterResultObject(void 0,!0);if(!r._es6Map)throw new Error(Object.prototype.toString.call(r)+" has a [[MapData]] internal slot.");for(var i=r._keys,p=i.length;o<p;){var n=Object.create(null);if(n["[[Key]]"]=r._keys[o],n["[[Value]]"]=r._values[o],o+=1,t["[[MapNextIndex]]"]=o,n["[[Key]]"]!==l){if("key"===a)var c=n["[[Key]]"];else if("value"===a)c=n["[[Value]]"];else{if("key+value"!==a)throw new Error;c=[n["[[Key]]"],n["[[Value]]"]]}return CreateIterResultObject(c,!1)}}return t["[[Map]]"]=void 0,CreateIterResultObject(void 0,!0)}),Object.defineProperty(y,Symbol.toStringTag,{value:"Map Iterator",writable:!1,enumerable:!1,configurable:!0}),CreateMethodProperty(y,Symbol.iterator,function e(){return this}),CreateMethodProperty(e,"Map",c)}(self);
|
@@ -33,8 +33,11 @@
|
|
33
33
|
// Return previously defined hashed key
|
34
34
|
return recordKey[_metaKey];
|
35
35
|
}
|
36
|
-
// If this is just a primitive
|
37
|
-
|
36
|
+
// If this is just a primitive:
|
37
|
+
// - prepend the type
|
38
|
+
// - add a unique marker
|
39
|
+
// - cast to a string
|
40
|
+
return (typeof recordKey) + '_f1cc2551-7df7-4319-ba53-5b263a78a257_' + recordKey;
|
38
41
|
};
|
39
42
|
|
40
43
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):(e="undefined"!=typeof globalThis?globalThis:e||self,t(e.ResizeObserver={}))}(this,function(e){"use strict";var t,n=[],r=function(){return n.some(function(e){return e.activeTargets.length>0})},i=function(){return n.some(function(e){return e.skippedTargets.length>0})},o="ResizeObserver loop completed with undelivered notifications.",s=function(){var e;"function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:o}):(e=document.createEvent("Event"),e.initEvent("error",!1,!1),e.message=o),window.dispatchEvent(e)};!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(t||(t={}));var c,a=function(e){return Object.freeze(e)},u=function(){function e(e,t){this.inlineSize=e,this.blockSize=t,a(this)}return e}(),f=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,a(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),h=function(e){return e instanceof SVGElement&&"getBBox"in e},d=function(e){if(h(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,s=i.offsetHeight;return!(o||s||e.getClientRects().length)},v=function(e){var t
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):(e="undefined"!=typeof globalThis?globalThis:e||self,t(e.ResizeObserver={}))}(this,function(e){"use strict";var t,n=[],r=function(){return n.some(function(e){return e.activeTargets.length>0})},i=function(){return n.some(function(e){return e.skippedTargets.length>0})},o="ResizeObserver loop completed with undelivered notifications.",s=function(){var e;"function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:o}):(e=document.createEvent("Event"),e.initEvent("error",!1,!1),e.message=o),window.dispatchEvent(e)};!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(t||(t={}));var c,a=function(e){return Object.freeze(e)},u=function(){function e(e,t){this.inlineSize=e,this.blockSize=t,a(this)}return e}(),f=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,a(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),h=function(e){return e instanceof SVGElement&&"getBBox"in e},d=function(e){if(h(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,s=i.offsetHeight;return!(o||s||e.getClientRects().length)},v=function(e){var t;if(e instanceof Element)return!0;var n=null===(t=null===e||void 0===e?void 0:e.ownerDocument)||void 0===t?void 0:t.defaultView;return!!(n&&e instanceof n.Element)},l=function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1},p="undefined"!=typeof window?window:{},b=new WeakMap,g=/auto|scroll/,w=/^tb|vertical/,E=/msie|trident/i.test(p.navigator&&p.navigator.userAgent),x=function(e){return parseFloat(e||"0")},z=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),new u((n?t:e)||0,(n?e:t)||0)},y=a({devicePixelContentBoxSize:z(),borderBoxSize:z(),contentBoxSize:z(),contentRect:new f(0,0,0,0)}),T=function(e,t){if(void 0===t&&(t=!1),b.has(e)&&!t)return b.get(e);if(d(e))return b.set(e,y),y;var n=getComputedStyle(e),r=h(e)&&e.ownerSVGElement&&e.getBBox(),i=!E&&"border-box"===n.boxSizing,o=w.test(n.writingMode||""),s=!r&&g.test(n.overflowY||""),c=!r&&g.test(n.overflowX||""),u=r?0:x(n.paddingTop),v=r?0:x(n.paddingRight),l=r?0:x(n.paddingBottom),p=r?0:x(n.paddingLeft),T=r?0:x(n.borderTopWidth),m=r?0:x(n.borderRightWidth),O=r?0:x(n.borderBottomWidth),R=r?0:x(n.borderLeftWidth),S=p+v,B=u+l,C=R+m,k=T+O,N=c?e.offsetHeight-k-e.clientHeight:0,D=s?e.offsetWidth-C-e.clientWidth:0,M=i?S+C:0,_=i?B+k:0,P=r?r.width:x(n.width)-M-D,F=r?r.height:x(n.height)-_-N,I=P+S+D+C,L=F+B+N+k,W=a({devicePixelContentBoxSize:z(Math.round(P*devicePixelRatio),Math.round(F*devicePixelRatio),o),borderBoxSize:z(I,L,o),contentBoxSize:z(P,F,o),contentRect:new f(p,u,P,F)});return b.set(e,W),W},m=function(e,n,r){var i=T(e,r),o=i.borderBoxSize,s=i.contentBoxSize,c=i.devicePixelContentBoxSize;switch(n){case t.DEVICE_PIXEL_CONTENT_BOX:return c;case t.BORDER_BOX:return o;default:return s}},O=function(){function e(e){var t=T(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=a([t.borderBoxSize]),this.contentBoxSize=a([t.contentBoxSize]),this.devicePixelContentBoxSize=a([t.devicePixelContentBoxSize])}return e}(),R=function(e){if(d(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},S=function(){var e=1/0,t=[];n.forEach(function n(r){if(0!==r.activeTargets.length){var i=[];r.activeTargets.forEach(function t(n){var r=new O(n.target),o=R(n.target);i.push(r),n.lastReportedSize=m(n.target,n.observedBox),o<e&&(e=o)}),t.push(function e(){r.callback.call(r.observer,i,r.observer)}),r.activeTargets.splice(0,r.activeTargets.length)}});for(var r=0,i=t;r<i.length;r++){(0,i[r])()}return e},B=function(e){n.forEach(function t(n){n.activeTargets.splice(0,n.activeTargets.length),n.skippedTargets.splice(0,n.skippedTargets.length),n.observationTargets.forEach(function t(r){r.isActive()&&(R(r.target)>e?n.activeTargets.push(r):n.skippedTargets.push(r))})})},C=function(){var e=0;for(B(e);r();)e=S(),B(e);return i()&&s(),e>0},k=[],N=function(){return k.splice(0).forEach(function(e){return e()})},D=function(e){if(!c){var t=0,n=document.createTextNode(""),r={characterData:!0};new MutationObserver(function(){return N()}).observe(n,r),c=function(){n.textContent="".concat(t?t--:t++)}}k.push(e),c()},M=function(e){D(function t(){requestAnimationFrame(e)})},_=0,P=function(){return!!_},F={attributes:!0,characterData:!0,childList:!0,subtree:!0},I=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],L=function(e){return void 0===e&&(e=0),Date.now()+e},W=!1,X=function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!W){W=!0;var n=L(e);M(function(){var r=!1;try{r=C()}finally{if(W=!1,e=n-L(),!P())return;r?t.run(1e3):e>0?t.run(e):t.start()}})}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,F)};document.body?t():p.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),I.forEach(function(t){return p.addEventListener(t,e.listener,!0)}))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),I.forEach(function(t){return p.removeEventListener(t,e.listener,!0)}),this.stopped=!0)},e}(),A=new X,V=function(e){!_&&e>0&&A.start(),!(_+=e)&&A.stop()},q=function(e){return!h(e)&&!l(e)&&"inline"===getComputedStyle(e).display},j=function(){function e(e,n){this.target=e,this.observedBox=n||t.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e=m(this.target,this.observedBox,!0);return q(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},e}(),G=function(){function e(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t}return e}(),H=new WeakMap,J=function(e,t){for(var n=0;n<e.length;n+=1)if(e[n].target===t)return n;return-1},U=function(){function e(){}return e.connect=function(e,t){var n=new G(e,t);H.set(e,n)},e.observe=function(e,t,r){var i=H.get(e),o=0===i.observationTargets.length;J(i.observationTargets,t)<0&&(o&&n.push(i),i.observationTargets.push(new j(t,r&&r.box)),V(1),A.schedule())},e.unobserve=function(e,t){var r=H.get(e),i=J(r.observationTargets,t),o=1===r.observationTargets.length;i>=0&&(o&&n.splice(n.indexOf(r),1),r.observationTargets.splice(i,1),V(-1))},e.disconnect=function(e){var t=this,n=H.get(e);n.observationTargets.slice().forEach(function(n){return t.unobserve(e,n.target)}),n.activeTargets.splice(0,n.activeTargets.length)},e}(),Y=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");U.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!v(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");U.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!v(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");U.unobserve(this,e)},e.prototype.disconnect=function(){U.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();e.ResizeObserver=Y,e.ResizeObserverEntry=O,e.ResizeObserverSize=u,Object.defineProperty(e,"__esModule",{value:!0})}),self.ResizeObserverEntry=ResizeObserver.ResizeObserverEntry,self.ResizeObserver=ResizeObserver.ResizeObserver;
|
@@ -4,7 +4,7 @@
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
5
5
|
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
6
6
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ResizeObserver = {}));
|
7
|
-
}(this, (function (exports) { 'use strict';
|
7
|
+
})(this, (function (exports) { 'use strict';
|
8
8
|
|
9
9
|
var resizeObservers = [];
|
10
10
|
|
@@ -82,11 +82,11 @@
|
|
82
82
|
return !(offsetWidth || offsetHeight || target.getClientRects().length);
|
83
83
|
};
|
84
84
|
var isElement = function (obj) {
|
85
|
-
var _a
|
85
|
+
var _a;
|
86
86
|
if (obj instanceof Element) {
|
87
87
|
return true;
|
88
88
|
}
|
89
|
-
var scope = (
|
89
|
+
var scope = (_a = obj === null || obj === void 0 ? void 0 : obj.ownerDocument) === null || _a === void 0 ? void 0 : _a.defaultView;
|
90
90
|
return !!(scope && obj instanceof scope.Element);
|
91
91
|
};
|
92
92
|
var isReplacedElement = function (target) {
|
@@ -275,7 +275,7 @@
|
|
275
275
|
var el_1 = document.createTextNode('');
|
276
276
|
var config = { characterData: true };
|
277
277
|
new MutationObserver(function () { return notify(); }).observe(el_1, config);
|
278
|
-
trigger = function () { el_1.textContent = ""
|
278
|
+
trigger = function () { el_1.textContent = "".concat(toggle_1 ? toggle_1-- : toggle_1++); };
|
279
279
|
}
|
280
280
|
callbacks.push(callback);
|
281
281
|
trigger();
|
@@ -511,5 +511,5 @@
|
|
511
511
|
|
512
512
|
Object.defineProperty(exports, '__esModule', { value: true });
|
513
513
|
|
514
|
-
}))
|
514
|
+
}));
|
515
515
|
;self.ResizeObserverEntry = ResizeObserver.ResizeObserverEntry;self.ResizeObserver=ResizeObserver.ResizeObserver;
|
@@ -73,7 +73,7 @@
|
|
73
73
|
defineNameInternalSlot(self.Float64Array.prototype, 'Float64Array');
|
74
74
|
|
75
75
|
// IE11, and potentially other browsers, have `Int8Array.prototype` inherit directly from `Object.prototype`
|
76
|
-
// in that case, don't define
|
76
|
+
// in that case, don't define it on the parent; define it directly on the prototype
|
77
77
|
if ('__proto__' in self.Int8Array.prototype && self.Int8Array.prototype.__proto__ !== Object.prototype) {
|
78
78
|
// set this on the underlying "TypedArrayPrototype", which is shared with all "TypedArray" subclasses
|
79
79
|
defineToStringTag(self.Int8Array.prototype.__proto__);
|
@@ -24,7 +24,7 @@
|
|
24
24
|
}
|
25
25
|
|
26
26
|
// in IE11, `Int8Array.prototype` inherits directly from `Object.prototype`
|
27
|
-
// in that case, don't define
|
27
|
+
// in that case, don't define it on the parent; define it directly on the prototype
|
28
28
|
if ('__proto__' in self.Int8Array.prototype && self.Int8Array.prototype.__proto__ !== Object.prototype) {
|
29
29
|
// set this on the underlying "TypedArrayPrototype", which is shared with all "TypedArray" subclasses
|
30
30
|
CreateMethodProperty(self.Int8Array.prototype.__proto__, 'at', at);
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["es6","es2015"],"dependencies":["_ArrayIterator","_ESAbstract.CreateMethodProperty","ArrayBuffer"],"license":"MIT","spec":"https://tc39.es/ecma262/#sec-%typedarray%.prototype.entries","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/entries","browsers":{"android":"*","chrome":"<45","edge":"<14","edge_mob":"<14","firefox":"<37","firefox_mob":"<37","ie":"*","ie_mob":"*","opera":"<36","op_mob":"<36","safari":"<9.1","ios_saf":"<9.3","samsung_mob":"<5.0"},"detectSource":"\"Int8Array\"in self&&\"entries\"in self.Int8Array.prototype\n","baseDir":"TypedArray/prototype/entries","hasTests":true,"isTestable":true,"isPublic":true,"size":
|
1
|
+
{"aliases":["es6","es2015"],"dependencies":["_ArrayIterator","_ESAbstract.CreateMethodProperty","ArrayBuffer"],"license":"MIT","spec":"https://tc39.es/ecma262/#sec-%typedarray%.prototype.entries","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/entries","browsers":{"android":"*","chrome":"<45","edge":"<14","edge_mob":"<14","firefox":"<37","firefox_mob":"<37","ie":"*","ie_mob":"*","opera":"<36","op_mob":"<36","safari":"<9.1","ios_saf":"<9.3","samsung_mob":"<5.0"},"detectSource":"\"Int8Array\"in self&&\"entries\"in self.Int8Array.prototype\n","baseDir":"TypedArray/prototype/entries","hasTests":true,"isTestable":true,"isPublic":true,"size":732}
|
@@ -1 +1 @@
|
|
1
|
-
!function(){
|
1
|
+
!function(){function r(){var r=this;return new ArrayIterator(r,"key+value")}var t="entries";"__proto__"in self.Int8Array.prototype&&self.Int8Array.prototype.__proto__!==Object.prototype?CreateMethodProperty(self.Int8Array.prototype.__proto__,t,r):(CreateMethodProperty(self.Int8Array.prototype,t,r),CreateMethodProperty(self.Uint8Array.prototype,t,r),CreateMethodProperty(self.Uint8ClampedArray.prototype,t,r),CreateMethodProperty(self.Int16Array.prototype,t,r),CreateMethodProperty(self.Uint16Array.prototype,t,r),CreateMethodProperty(self.Int32Array.prototype,t,r),CreateMethodProperty(self.Uint32Array.prototype,t,r),CreateMethodProperty(self.Float32Array.prototype,t,r),CreateMethodProperty(self.Float64Array.prototype,t,r))}();
|
@@ -3,30 +3,7 @@
|
|
3
3
|
/* global CreateMethodProperty, ArrayIterator */
|
4
4
|
// 23.2.3.7 %TypedArray%.prototype.entries ( )
|
5
5
|
(function () {
|
6
|
-
|
7
|
-
|
8
|
-
function createMethodProperties (fn) {
|
9
|
-
var fnName = 'entries'
|
10
|
-
|
11
|
-
// in IE11, `Int8Array.prototype` inherits directly from `Object.prototype`
|
12
|
-
// in that case, don't define it on the parent; define it directly on the prototype
|
13
|
-
if ('__proto__' in self.Int8Array.prototype && self.Int8Array.prototype.__proto__ !== Object.prototype) {
|
14
|
-
// set this on the underlying "TypedArrayPrototype", which is shared with all "TypedArray" subclasses
|
15
|
-
CreateMethodProperty(self.Int8Array.prototype.__proto__, fnName, fn);
|
16
|
-
} else {
|
17
|
-
CreateMethodProperty(self.Int8Array.prototype, fnName, fn);
|
18
|
-
CreateMethodProperty(self.Uint8Array.prototype, fnName, fn);
|
19
|
-
CreateMethodProperty(self.Uint8ClampedArray.prototype, fnName, fn);
|
20
|
-
CreateMethodProperty(self.Int16Array.prototype, fnName, fn);
|
21
|
-
CreateMethodProperty(self.Uint16Array.prototype, fnName, fn);
|
22
|
-
CreateMethodProperty(self.Int32Array.prototype, fnName, fn);
|
23
|
-
CreateMethodProperty(self.Uint32Array.prototype, fnName, fn);
|
24
|
-
CreateMethodProperty(self.Float32Array.prototype, fnName, fn);
|
25
|
-
CreateMethodProperty(self.Float64Array.prototype, fnName, fn);
|
26
|
-
}
|
27
|
-
}
|
28
|
-
|
29
|
-
createMethodProperties(function entries () {
|
6
|
+
function entries() {
|
30
7
|
// 1. Let O be the this value.
|
31
8
|
var O = this;
|
32
9
|
// 2. Perform ? ValidateTypedArray(O).
|
@@ -34,5 +11,24 @@
|
|
34
11
|
// 3. Return CreateArrayIterator(O, key).
|
35
12
|
// TODO: Add CreateArrayIterator
|
36
13
|
return new ArrayIterator(O, 'key+value');
|
37
|
-
}
|
14
|
+
}
|
15
|
+
|
16
|
+
// use "Int8Array" as a proxy for support of "TypedArray" subclasses
|
17
|
+
var fnName = 'entries'
|
18
|
+
// in IE11, `Int8Array.prototype` inherits directly from `Object.prototype`
|
19
|
+
// in that case, don't define it on the parent; define it directly on the prototype
|
20
|
+
if ('__proto__' in self.Int8Array.prototype && self.Int8Array.prototype.__proto__ !== Object.prototype) {
|
21
|
+
// set this on the underlying "TypedArrayPrototype", which is shared with all "TypedArray" subclasses
|
22
|
+
CreateMethodProperty(self.Int8Array.prototype.__proto__, fnName, entries);
|
23
|
+
} else {
|
24
|
+
CreateMethodProperty(self.Int8Array.prototype, fnName, entries);
|
25
|
+
CreateMethodProperty(self.Uint8Array.prototype, fnName, entries);
|
26
|
+
CreateMethodProperty(self.Uint8ClampedArray.prototype, fnName, entries);
|
27
|
+
CreateMethodProperty(self.Int16Array.prototype, fnName, entries);
|
28
|
+
CreateMethodProperty(self.Uint16Array.prototype, fnName, entries);
|
29
|
+
CreateMethodProperty(self.Int32Array.prototype, fnName, entries);
|
30
|
+
CreateMethodProperty(self.Uint32Array.prototype, fnName, entries);
|
31
|
+
CreateMethodProperty(self.Float32Array.prototype, fnName, entries);
|
32
|
+
CreateMethodProperty(self.Float64Array.prototype, fnName, entries);
|
33
|
+
}
|
38
34
|
})();
|
@@ -1 +1 @@
|
|
1
|
-
{"aliases":["es2023"],"dependencies":["_ESAbstract.Call","_ESAbstract.CreateMethodProperty","_ESAbstract.Get","_ESAbstract.IsCallable","_ESAbstract.ToBoolean","_ESAbstract.ToString","ArrayBuffer"],"spec":"https://tc39.es/ecma262/#sec-%typedarray%.prototype.findlast","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/findLast","browsers":{"android":"*","bb":"*","chrome":"<97","edge":"*","edge_mob":"*","firefox":"<104","firefox_mob":"<104","ie":"*","ie_mob":"*","opera":"<83","op_mob":"<68","op_mini":"*","safari":"<15.4","ios_saf":"<15.4","samsung_mob":"<18.0"},"detectSource":"\"Int8Array\"in self&&\"findLast\"in self.Int8Array.prototype\n","baseDir":"TypedArray/prototype/findLast","hasTests":true,"isTestable":true,"isPublic":true,"size":
|
1
|
+
{"aliases":["es2023"],"dependencies":["_ESAbstract.Call","_ESAbstract.CreateMethodProperty","_ESAbstract.Get","_ESAbstract.IsCallable","_ESAbstract.ToBoolean","_ESAbstract.ToString","ArrayBuffer"],"spec":"https://tc39.es/ecma262/#sec-%typedarray%.prototype.findlast","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/findLast","browsers":{"android":"*","bb":"*","chrome":"<97","edge":"*","edge_mob":"*","firefox":"<104","firefox_mob":"<104","ie":"*","ie_mob":"*","opera":"<83","op_mob":"<68","op_mini":"*","safari":"<15.4","ios_saf":"<15.4","samsung_mob":"<18.0"},"detectSource":"\"Int8Array\"in self&&\"findLast\"in self.Int8Array.prototype\n","baseDir":"TypedArray/prototype/findLast","hasTests":true,"isTestable":true,"isPublic":true,"size":875}
|
@@ -1 +1 @@
|
|
1
|
-
!function(){function
|
1
|
+
!function(){function r(r){var t=this,e=t.length;if(!IsCallable(r))throw TypeError();for(var o=e-1;o>=0;){var p=ToString(o),y=Get(t,p);if(ToBoolean(Call(r,arguments.length>1?arguments[1]:void 0,[y,o,t])))return y;o-=1}}var t="findLast";"__proto__"in self.Int8Array.prototype&&self.Int8Array.prototype.__proto__!==Object.prototype?CreateMethodProperty(self.Int8Array.prototype.__proto__,t,r):(CreateMethodProperty(self.Int8Array.prototype,t,r),CreateMethodProperty(self.Uint8Array.prototype,t,r),CreateMethodProperty(self.Uint8ClampedArray.prototype,t,r),CreateMethodProperty(self.Int16Array.prototype,t,r),CreateMethodProperty(self.Uint16Array.prototype,t,r),CreateMethodProperty(self.Int32Array.prototype,t,r),CreateMethodProperty(self.Uint32Array.prototype,t,r),CreateMethodProperty(self.Float32Array.prototype,t,r),CreateMethodProperty(self.Float64Array.prototype,t,r))}();
|
@@ -33,20 +33,21 @@
|
|
33
33
|
return undefined;
|
34
34
|
}
|
35
35
|
|
36
|
+
var fnName = 'findLast'
|
36
37
|
// in IE11, `Int8Array.prototype` inherits directly from `Object.prototype`
|
37
|
-
// in that case, don't define
|
38
|
+
// in that case, don't define it on the parent; define it directly on the prototype
|
38
39
|
if ('__proto__' in self.Int8Array.prototype && self.Int8Array.prototype.__proto__ !== Object.prototype) {
|
39
40
|
// set this on the underlying "TypedArrayPrototype", which is shared with all "TypedArray" subclasses
|
40
|
-
CreateMethodProperty(self.Int8Array.prototype.__proto__,
|
41
|
+
CreateMethodProperty(self.Int8Array.prototype.__proto__, fnName, findLast);
|
41
42
|
} else {
|
42
|
-
CreateMethodProperty(self.Int8Array.prototype,
|
43
|
-
CreateMethodProperty(self.Uint8Array.prototype,
|
44
|
-
CreateMethodProperty(self.Uint8ClampedArray.prototype,
|
45
|
-
CreateMethodProperty(self.Int16Array.prototype,
|
46
|
-
CreateMethodProperty(self.Uint16Array.prototype,
|
47
|
-
CreateMethodProperty(self.Int32Array.prototype,
|
48
|
-
CreateMethodProperty(self.Uint32Array.prototype,
|
49
|
-
CreateMethodProperty(self.Float32Array.prototype,
|
50
|
-
CreateMethodProperty(self.Float64Array.prototype,
|
43
|
+
CreateMethodProperty(self.Int8Array.prototype, fnName, findLast);
|
44
|
+
CreateMethodProperty(self.Uint8Array.prototype, fnName, findLast);
|
45
|
+
CreateMethodProperty(self.Uint8ClampedArray.prototype, fnName, findLast);
|
46
|
+
CreateMethodProperty(self.Int16Array.prototype, fnName, findLast);
|
47
|
+
CreateMethodProperty(self.Uint16Array.prototype, fnName, findLast);
|
48
|
+
CreateMethodProperty(self.Int32Array.prototype, fnName, findLast);
|
49
|
+
CreateMethodProperty(self.Uint32Array.prototype, fnName, findLast);
|
50
|
+
CreateMethodProperty(self.Float32Array.prototype, fnName, findLast);
|
51
|
+
CreateMethodProperty(self.Float64Array.prototype, fnName, findLast);
|
51
52
|
}
|
52
53
|
})();
|