rax-miniapp-renderer
Advanced tools
Comparing version
@@ -189,3 +189,3 @@ 'use strict'; | ||
if (this.registeredEventCounts[name] === 0) { | ||
this.mountNode.removeEventListener(name, this.eventProxyHandler); | ||
this.mountNode.removeEventListener(name, this.eventProxyHandler, EVENT_OPTIONS); | ||
} | ||
@@ -192,0 +192,0 @@ } |
@@ -1,2 +0,2 @@ | ||
"use strict";function _defineProperty(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}Object.defineProperty(exports,"__esModule",{value:!0});var NodeMap=function(){function e(){_defineProperty(this,"_map",new Map)}var t=e.prototype;return t._setMountNode=function(e){this.mountNode=e},t.get=function(e){return e?"BODY"===e.nodeName?this.mountNode:this._map.get(e.$$id):null},t.set=function(e,t){return t.$$id=e.$$id,this._map.set(e.$$id,t)},t.delete=function(e){return e?this._map.delete(e.$$id):null},e}(),supportsPassive=!1;try{addEventListener("test",null,{get passive(){supportsPassive=!0}})}catch(e){}var passive=supportsPassive,EVENT_OPTIONS=!passive||{capture:!0,passive:!0},NO_BUBBLES_EVENTS={load:!0,error:!0,unload:!0,abort:!0,loadstart:!0,progress:!0,loadend:!0,blur:!0,focus:!0,scroll:!0,appear:!0,disappear:!0,invalid:!0},TOUCH_EVENTS=["touchstart","touchmove","touchend","touchcancel"],EventHandler=function(){function e(e,t){var o=this;void 0===t&&(t={}),_defineProperty(this,"eventProxyHandler",function(e){if("click"===e.type&&o.touch)return!1;var t={type:e.type};for(var n in e.target&&(t.target=e.target.$$id),"scroll"===e.type&&e.target===document&&(t.target=document.body.$$id,t.scrollTop=document.documentElement.scrollTop||document.body.scrollTop),e.detail&&(t.detail=e.detail),e){var r=e[n];"object"==typeof r||"function"==typeof r||n===n.toUpperCase()||t.hasOwnProperty(n)||(t[n]=r)}if(-1!=TOUCH_EVENTS.indexOf(e.type)&&(t.touches=serializeTouchList(e.touches),t.changedTouches=serializeTouchList(e.changedTouches)),o.postMessage({type:"event",event:t}),"touchstart"===e.type)o.touch=getTouch(e);else if("touchend"===e.type&&o.touch){var a=getTouch(e);if(a)Math.sqrt(Math.pow(a.pageX-o.touch.pageX,2)+Math.pow(a.pageY-o.touch.pageY,2))<10&&(t.type="click",o.postMessage({type:"event",event:t}))}}),this.postMessage=e,this.registeredEventCounts={},this.mountNode=t.mountNode||document,this.touch=null}var t=e.prototype;return t.addEvent=function(e,t){NO_BUBBLES_EVENTS[t]?this.addNoBubblesEventListener(e,t):this.registeredEventCounts[t]?this.registeredEventCounts[t]++:(this.registeredEventCounts[t]=1,this.mountNode.addEventListener(t,this.eventProxyHandler,EVENT_OPTIONS))},t.removeEvent=function(e,t){NO_BUBBLES_EVENTS[t]?this.removeNoBubblesEventListener(e,t):(this.registeredEventCounts[t]--,0===this.registeredEventCounts[t]&&this.mountNode.removeEventListener(t,this.eventProxyHandler))},t.addNoBubblesEventListener=function(n,r){var a=this;function e(e){var t={$$id:n.$$id};a.postMessage({type:"event",event:{type:r,target:t,currentTarget:t,detail:e.detail}})}n["__$"+r+"_listener__"]=e,n.addEventListener(r,e)},t.removeNoBubblesEventListener=function(e,t){var n=e["__$"+t+"_listener__"];n&&(e.removeEventListener(t,n),e["__$"+t+"_listener__"]=null)},e}();function getTouch(e){var t=e.changedTouches&&e.changedTouches[0]||e.touches&&e.touches[0]||e;return t&&{pageX:t.pageX,pageY:t.pageY}}function serializeTouchList(e){for(var t=[],n=0,r=e.length;n<r;n++){var a=e[n];t.push({clientX:a.clientX,clientY:a.clientY,pageX:a.pageX,pageY:a.pageY,identifier:a.identifier,$$id:a.target.$$id})}return t}var CUSTOM_TAG_PREFIX="a-",w3cTags={style:!0};function isValidW3CTag(e){return w3cTags.hasOwnProperty(e)}function getTagName(e){var t=(e+"").toLowerCase();return isValidW3CTag(t)?t:CUSTOM_TAG_PREFIX+t}function createNode(e){var t,n;return 3===e.nodeType?t=document.createTextNode(e.data):1===e.nodeType&&(n=getTagName(e.nodeName))?t=document.createElement(n):8===e.nodeType&&(t=document.createComment(e.data)),t}var PREFIX_PROPS={flex:!0,alignItems:!0,alignSelf:!0,flexDirection:!0,justifyContent:!0,flexWrap:!0,lineClamp:!0,textSizeAdjust:!0,textDecorationLine:!0,textDecorationColor:!0,textDecorationStyle:!0,textDecorationSkip:!0,writingMode:!0,animatin:!0,animationName:!0,animationDuration:!0,animationTimingFunction:!0,animationDelay:!0,animationIterationCount:!0,animationDirection:!0,animationFillMode:!0,animationPlayState:!0,transform:!0,transformOrigin:!0,transformStyle:!0,perspective:!0,perspectiveOrigin:!0,backfaceVisibility:!0,appearance:!0,userSelect:!0,columns:!0,columnWidth:!0,columnCount:!0,columnGap:!0,columnRule:!0,columnRuleWidth:!0,columnRuleStyle:!0,columnRuleColor:!0,columnSpan:!0,columnFill:!0,columnBreakBefore:!0,columnBreakAfter:!0,columnBreakInside:!0},PREFIX_PROP_VALS={position:"sticky",display:"flex"},StylePrefixer={shouldPrefix:function(e){return PREFIX_PROPS[e]||PREFIX_PROP_VALS[e]}};function setStyle(e,t){var n={};for(var r in t){var a=t[r];StylePrefixer.shouldPrefix(r)?StylePrefixer[r](a,n):n[r]=a}for(var o in n){var i=n[o];if(Array.isArray(i))for(var s=0;s<i.length;s++)e.style[o]=i[s];else e.style[o]=i}}Object.keys(PREFIX_PROPS).forEach(function(n){var r="webkit"+n[0].toUpperCase()+n.slice(1);StylePrefixer[n]=function(e,t){return void 0===t&&(t={}),t[r]=e,t[n]=e,t}}),Object.keys(PREFIX_PROP_VALS).forEach(function(n){var r=PREFIX_PROP_VALS[n];StylePrefixer[n]=function(e,t){return void 0===t&&(t={}),t[n]=e===r?["-webkit-"+r,r]:e,t}});var CAMELCASE_REG=/-[a-z]/g,CamelCaseCache={};function camelCase(e){return CamelCaseCache[e]||(CamelCaseCache[e]=e.replace(CAMELCASE_REG,function(e){return e.slice(1).toUpperCase()}))}var KebabCache={};function kebabCase(e){if(KebabCache[e])return KebabCache[e];for(var t="",n=0,r=e.length;n<r;n++)/[a-z]/.test(e[n])?t+=e[n]:/[A-Z]/.test(e[n])?t+="-"+e[n].toLowerCase():"-"===e[n]&&(t+="-");return KebabCache[e]=t}var STYLE="style",INVALID_ATTRS_MAP={slot:!0};function isInvalidAttr(e){return INVALID_ATTRS_MAP.hasOwnProperty(e)}function setAttribute(e,t,n){isInvalidAttr(t)||(t!==STYLE?"object"==typeof n||"boolean"==typeof n?e[camelCase(t)]=n:(t=kebabCase(t),null==n?e.removeAttribute(t):e.setAttribute(t,n)):setStyle(e,n))}var STYLE_ELEMENT="STYLE",TEXT_CONTENT="textContent",TEXT_CONTENT_ATTR=TEXT_CONTENT in document?TEXT_CONTENT:"nodeValue",MutationHandler=function(){function e(e,t){this.eventHandler=new EventHandler(e,{mountNode:t}),this.mountNode=t||document.body,this.sharedNodeMap=new NodeMap,this.sharedNodeMap._setMountNode(this.mountNode)}var t=e.prototype;return t.apply=function(e){for(var t=e.mutations,n=0;n<t.length;n++){var r=t[n];this[r.type](r)}},t.childList=function(e){var t=e.removedNodes,n=e.addedNodes,r=e.nextSibling,a=this.sharedNodeMap,o=e.target;o&&"BODY"===o.nodeName&&(this.mountNode.$$id=o.$$id);var i=a.get(o);if(t)for(var s=t.length;s--;){var u=a.get(t[s]);i&&i.nodeName!==STYLE_ELEMENT&&u&&u.nodeName!==STYLE_ELEMENT&&(a.delete(u),i.removeChild(u))}if(n)for(var c=0;c<n.length;c++){var d=a.get(n[c]);if(d||(d=this.createNode(n[c])),i){var l=r&&a.get(r)||null;i.insertBefore(d,l)}}},t.createNode=function(e){var t=createNode(e);if(1===e.nodeType&&getTagName(e.nodeName)){if(e.className&&(t.className=e.className),e.style&&setStyle(t,e.style),e.attributes)for(var n=0;n<e.attributes.length;n++){var r=e.attributes[n];setAttribute(t,r.name,r.value)}if(e.childNodes)for(var a=0;a<e.childNodes.length;a++)t.appendChild(this.createNode(e.childNodes[a]));if(e.events)for(var o=0;o<e.events.length;o++)this.eventHandler.addEvent(t,e.events[o])}return this.sharedNodeMap.set(e,t),t},t.attributes=function(e){var t=e.attributeName,n=e.newValue,r=e.style,a=this.sharedNodeMap.get(e.target);a&&(r&&setAttribute(a,"style",r),t&&setAttribute(a,t,n))},t.characterData=function(e){var t=e.newValue;this.sharedNodeMap.get(e.target)[TEXT_CONTENT_ATTR]=t},t.addEvent=function(e){var t=e.eventName,n=this.sharedNodeMap.get(e.target);n&&this.eventHandler.addEvent(n,t)},t.removeEvent=function(e){var t=e.eventName,n=this.sharedNodeMap.get(e.target);n&&this.eventHandler.removeEvent(n,t)},t.canvasRenderingContext2D=function(e){var t=e.method,n=e.args,r=e.properties,a=this.sharedNodeMap.get(e.target);if(a){var o=a.getContext("2d");if(r)for(var i in r)r.hasOwnProperty(i)&&(o[i]=r[i]);t&&o[t].apply(o,n)}},e}(),EvaluationHandler=function(){function e(e){this.sender=e}var t=e.prototype;return t.apply=function(e){var t=e.data;this[t.type](t)},t.returnSuccess=function(e,t){if("object"==typeof t)try{t=JSON.parse(JSON.stringify(t))}catch(e){t=""+t}"function"==typeof t&&(t=""+t),this.send({type:"success",id:e,success:t})},t.returnError=function(e,t){this.send({type:"error",id:e,error:{name:t.name,message:t.message}})},t.send=function(e){this.sender({type:"return",return:e})},t.eval=function(e){var t=e.id,n=e.code;try{this.returnSuccess(t,window.eval(n))}catch(e){this.returnError(t,e)}},e}(),LocationHandler=function(){function e(e){this.sender=e}return e.prototype.apply=function(e){var t=e.data;"call"===t.type&&"replace"===t.prop&&location.replace(t.args[0])},e}(),index=function(e){var t=e.worker,n=e.mountNode,r=t.postMessage.bind(t),a={MutationRecord:new MutationHandler(r,n),EvaluationRecord:new EvaluationHandler(r),Location:new LocationHandler(r)};t.onmessage=function(e){var t=e.data,n=t.type;a[n]?a[n].apply(t):console.error("Can not handle with "+n,t)},t.postMessage({type:"init",url:location.href,width:getDeviceWidth()})};function getDeviceWidth(){return"undefined"!=typeof DEVICE_WIDTH?DEVICE_WIDTH:document.documentElement.clientWidth}exports.default=index; | ||
"use strict";function _defineProperty(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}Object.defineProperty(exports,"__esModule",{value:!0});var NodeMap=function(){function e(){_defineProperty(this,"_map",new Map)}var t=e.prototype;return t._setMountNode=function(e){this.mountNode=e},t.get=function(e){return e?"BODY"===e.nodeName?this.mountNode:this._map.get(e.$$id):null},t.set=function(e,t){return t.$$id=e.$$id,this._map.set(e.$$id,t)},t.delete=function(e){return e?this._map.delete(e.$$id):null},e}(),supportsPassive=!1;try{addEventListener("test",null,{get passive(){supportsPassive=!0}})}catch(e){}var passive=supportsPassive,EVENT_OPTIONS=!passive||{capture:!0,passive:!0},NO_BUBBLES_EVENTS={load:!0,error:!0,unload:!0,abort:!0,loadstart:!0,progress:!0,loadend:!0,blur:!0,focus:!0,scroll:!0,appear:!0,disappear:!0,invalid:!0},TOUCH_EVENTS=["touchstart","touchmove","touchend","touchcancel"],EventHandler=function(){function e(e,t){var o=this;void 0===t&&(t={}),_defineProperty(this,"eventProxyHandler",function(e){if("click"===e.type&&o.touch)return!1;var t={type:e.type};for(var n in e.target&&(t.target=e.target.$$id),"scroll"===e.type&&e.target===document&&(t.target=document.body.$$id,t.scrollTop=document.documentElement.scrollTop||document.body.scrollTop),e.detail&&(t.detail=e.detail),e){var r=e[n];"object"==typeof r||"function"==typeof r||n===n.toUpperCase()||t.hasOwnProperty(n)||(t[n]=r)}if(-1!=TOUCH_EVENTS.indexOf(e.type)&&(t.touches=serializeTouchList(e.touches),t.changedTouches=serializeTouchList(e.changedTouches)),o.postMessage({type:"event",event:t}),"touchstart"===e.type)o.touch=getTouch(e);else if("touchend"===e.type&&o.touch){var a=getTouch(e);if(a)Math.sqrt(Math.pow(a.pageX-o.touch.pageX,2)+Math.pow(a.pageY-o.touch.pageY,2))<10&&(t.type="click",o.postMessage({type:"event",event:t}))}}),this.postMessage=e,this.registeredEventCounts={},this.mountNode=t.mountNode||document,this.touch=null}var t=e.prototype;return t.addEvent=function(e,t){NO_BUBBLES_EVENTS[t]?this.addNoBubblesEventListener(e,t):this.registeredEventCounts[t]?this.registeredEventCounts[t]++:(this.registeredEventCounts[t]=1,this.mountNode.addEventListener(t,this.eventProxyHandler,EVENT_OPTIONS))},t.removeEvent=function(e,t){NO_BUBBLES_EVENTS[t]?this.removeNoBubblesEventListener(e,t):(this.registeredEventCounts[t]--,0===this.registeredEventCounts[t]&&this.mountNode.removeEventListener(t,this.eventProxyHandler,EVENT_OPTIONS))},t.addNoBubblesEventListener=function(n,r){var a=this;function e(e){var t={$$id:n.$$id};a.postMessage({type:"event",event:{type:r,target:t,currentTarget:t,detail:e.detail}})}n["__$"+r+"_listener__"]=e,n.addEventListener(r,e)},t.removeNoBubblesEventListener=function(e,t){var n=e["__$"+t+"_listener__"];n&&(e.removeEventListener(t,n),e["__$"+t+"_listener__"]=null)},e}();function getTouch(e){var t=e.changedTouches&&e.changedTouches[0]||e.touches&&e.touches[0]||e;return t&&{pageX:t.pageX,pageY:t.pageY}}function serializeTouchList(e){for(var t=[],n=0,r=e.length;n<r;n++){var a=e[n];t.push({clientX:a.clientX,clientY:a.clientY,pageX:a.pageX,pageY:a.pageY,identifier:a.identifier,$$id:a.target.$$id})}return t}var CUSTOM_TAG_PREFIX="a-",w3cTags={style:!0};function isValidW3CTag(e){return w3cTags.hasOwnProperty(e)}function getTagName(e){var t=(e+"").toLowerCase();return isValidW3CTag(t)?t:CUSTOM_TAG_PREFIX+t}function createNode(e){var t,n;return 3===e.nodeType?t=document.createTextNode(e.data):1===e.nodeType&&(n=getTagName(e.nodeName))?t=document.createElement(n):8===e.nodeType&&(t=document.createComment(e.data)),t}var PREFIX_PROPS={flex:!0,alignItems:!0,alignSelf:!0,flexDirection:!0,justifyContent:!0,flexWrap:!0,lineClamp:!0,textSizeAdjust:!0,textDecorationLine:!0,textDecorationColor:!0,textDecorationStyle:!0,textDecorationSkip:!0,writingMode:!0,animatin:!0,animationName:!0,animationDuration:!0,animationTimingFunction:!0,animationDelay:!0,animationIterationCount:!0,animationDirection:!0,animationFillMode:!0,animationPlayState:!0,transform:!0,transformOrigin:!0,transformStyle:!0,perspective:!0,perspectiveOrigin:!0,backfaceVisibility:!0,appearance:!0,userSelect:!0,columns:!0,columnWidth:!0,columnCount:!0,columnGap:!0,columnRule:!0,columnRuleWidth:!0,columnRuleStyle:!0,columnRuleColor:!0,columnSpan:!0,columnFill:!0,columnBreakBefore:!0,columnBreakAfter:!0,columnBreakInside:!0},PREFIX_PROP_VALS={position:"sticky",display:"flex"},StylePrefixer={shouldPrefix:function(e){return PREFIX_PROPS[e]||PREFIX_PROP_VALS[e]}};function setStyle(e,t){var n={};for(var r in t){var a=t[r];StylePrefixer.shouldPrefix(r)?StylePrefixer[r](a,n):n[r]=a}for(var o in n){var i=n[o];if(Array.isArray(i))for(var s=0;s<i.length;s++)e.style[o]=i[s];else e.style[o]=i}}Object.keys(PREFIX_PROPS).forEach(function(n){var r="webkit"+n[0].toUpperCase()+n.slice(1);StylePrefixer[n]=function(e,t){return void 0===t&&(t={}),t[r]=e,t[n]=e,t}}),Object.keys(PREFIX_PROP_VALS).forEach(function(n){var r=PREFIX_PROP_VALS[n];StylePrefixer[n]=function(e,t){return void 0===t&&(t={}),t[n]=e===r?["-webkit-"+r,r]:e,t}});var CAMELCASE_REG=/-[a-z]/g,CamelCaseCache={};function camelCase(e){return CamelCaseCache[e]||(CamelCaseCache[e]=e.replace(CAMELCASE_REG,function(e){return e.slice(1).toUpperCase()}))}var KebabCache={};function kebabCase(e){if(KebabCache[e])return KebabCache[e];for(var t="",n=0,r=e.length;n<r;n++)/[a-z]/.test(e[n])?t+=e[n]:/[A-Z]/.test(e[n])?t+="-"+e[n].toLowerCase():"-"===e[n]&&(t+="-");return KebabCache[e]=t}var STYLE="style",INVALID_ATTRS_MAP={slot:!0};function isInvalidAttr(e){return INVALID_ATTRS_MAP.hasOwnProperty(e)}function setAttribute(e,t,n){isInvalidAttr(t)||(t!==STYLE?"object"==typeof n||"boolean"==typeof n?e[camelCase(t)]=n:(t=kebabCase(t),null==n?e.removeAttribute(t):e.setAttribute(t,n)):setStyle(e,n))}var STYLE_ELEMENT="STYLE",TEXT_CONTENT="textContent",TEXT_CONTENT_ATTR=TEXT_CONTENT in document?TEXT_CONTENT:"nodeValue",MutationHandler=function(){function e(e,t){this.eventHandler=new EventHandler(e,{mountNode:t}),this.mountNode=t||document.body,this.sharedNodeMap=new NodeMap,this.sharedNodeMap._setMountNode(this.mountNode)}var t=e.prototype;return t.apply=function(e){for(var t=e.mutations,n=0;n<t.length;n++){var r=t[n];this[r.type](r)}},t.childList=function(e){var t=e.removedNodes,n=e.addedNodes,r=e.nextSibling,a=this.sharedNodeMap,o=e.target;o&&"BODY"===o.nodeName&&(this.mountNode.$$id=o.$$id);var i=a.get(o);if(t)for(var s=t.length;s--;){var u=a.get(t[s]);i&&i.nodeName!==STYLE_ELEMENT&&u&&u.nodeName!==STYLE_ELEMENT&&(a.delete(u),i.removeChild(u))}if(n)for(var c=0;c<n.length;c++){var d=a.get(n[c]);if(d||(d=this.createNode(n[c])),i){var l=r&&a.get(r)||null;i.insertBefore(d,l)}}},t.createNode=function(e){var t=createNode(e);if(1===e.nodeType&&getTagName(e.nodeName)){if(e.className&&(t.className=e.className),e.style&&setStyle(t,e.style),e.attributes)for(var n=0;n<e.attributes.length;n++){var r=e.attributes[n];setAttribute(t,r.name,r.value)}if(e.childNodes)for(var a=0;a<e.childNodes.length;a++)t.appendChild(this.createNode(e.childNodes[a]));if(e.events)for(var o=0;o<e.events.length;o++)this.eventHandler.addEvent(t,e.events[o])}return this.sharedNodeMap.set(e,t),t},t.attributes=function(e){var t=e.attributeName,n=e.newValue,r=e.style,a=this.sharedNodeMap.get(e.target);a&&(r&&setAttribute(a,"style",r),t&&setAttribute(a,t,n))},t.characterData=function(e){var t=e.newValue;this.sharedNodeMap.get(e.target)[TEXT_CONTENT_ATTR]=t},t.addEvent=function(e){var t=e.eventName,n=this.sharedNodeMap.get(e.target);n&&this.eventHandler.addEvent(n,t)},t.removeEvent=function(e){var t=e.eventName,n=this.sharedNodeMap.get(e.target);n&&this.eventHandler.removeEvent(n,t)},t.canvasRenderingContext2D=function(e){var t=e.method,n=e.args,r=e.properties,a=this.sharedNodeMap.get(e.target);if(a){var o=a.getContext("2d");if(r)for(var i in r)r.hasOwnProperty(i)&&(o[i]=r[i]);t&&o[t].apply(o,n)}},e}(),EvaluationHandler=function(){function e(e){this.sender=e}var t=e.prototype;return t.apply=function(e){var t=e.data;this[t.type](t)},t.returnSuccess=function(e,t){if("object"==typeof t)try{t=JSON.parse(JSON.stringify(t))}catch(e){t=""+t}"function"==typeof t&&(t=""+t),this.send({type:"success",id:e,success:t})},t.returnError=function(e,t){this.send({type:"error",id:e,error:{name:t.name,message:t.message}})},t.send=function(e){this.sender({type:"return",return:e})},t.eval=function(e){var t=e.id,n=e.code;try{this.returnSuccess(t,window.eval(n))}catch(e){this.returnError(t,e)}},e}(),LocationHandler=function(){function e(e){this.sender=e}return e.prototype.apply=function(e){var t=e.data;"call"===t.type&&"replace"===t.prop&&location.replace(t.args[0])},e}(),index=function(e){var t=e.worker,n=e.mountNode,r=t.postMessage.bind(t),a={MutationRecord:new MutationHandler(r,n),EvaluationRecord:new EvaluationHandler(r),Location:new LocationHandler(r)};t.onmessage=function(e){var t=e.data,n=t.type;a[n]?a[n].apply(t):console.error("Can not handle with "+n,t)},t.postMessage({type:"init",url:location.href,width:getDeviceWidth()})};function getDeviceWidth(){return"undefined"!=typeof DEVICE_WIDTH?DEVICE_WIDTH:document.documentElement.clientWidth}exports.default=index; | ||
//# sourceMappingURL=rax-miniapp-renderer.min.js.map |
{ | ||
"name": "rax-miniapp-renderer", | ||
"version": "0.1.0-1", | ||
"version": "0.1.0-2", | ||
"description": "Rax renderer for miniapp.", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
@@ -54,3 +54,3 @@ import { passive as supportsPassive } from './supports'; | ||
if (this.registeredEventCounts[name] === 0) { | ||
this.mountNode.removeEventListener(name, this.eventProxyHandler); | ||
this.mountNode.removeEventListener(name, this.eventProxyHandler, EVENT_OPTIONS); | ||
} | ||
@@ -57,0 +57,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
111848
0.09%