single-file-frames.js 21 KB

1
  1. !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).singlefile={})}(this,(function(e){"use strict";const t="single-file-load-image",s="single-file-image-loaded",o=(e,t,s)=>globalThis.addEventListener(e,t,s),n=e=>{try{globalThis.dispatchEvent(e)}catch(e){}},i=globalThis.CustomEvent,a=globalThis.document,r=globalThis.Document;let l;l=window._singleFile_fontFaces?window._singleFile_fontFaces:window._singleFile_fontFaces=new Map,a instanceof r&&(o("single-file-new-font-face",(e=>{const t=e.detail,s=Object.assign({},t);delete s.src,l.set(JSON.stringify(s),t)})),o("single-file-delete-font",(e=>{const t=e.detail,s=Object.assign({},t);delete s.src,l.delete(JSON.stringify(s))})),o("single-file-clear-fonts",(()=>l=new Map)));const d="[\\x20\\t\\r\\n\\f]",c=new RegExp("\\\\([\\da-f]{1,6}"+d+"?|("+d+")|.)","ig");const m="data-single-file-removed-content",u="data-single-file-hidden-content",g="data-single-file-kept-content",f="data-single-file-hidden-frame",h="data-single-file-preserved-space-element",p="data-single-file-shadow-root-element",b="data-single-file-image",y="data-single-file-poster",E="data-single-file-video",w="data-single-file-canvas",T="data-single-file-movable-style",I="data-single-file-input-value",v="data-single-file-lazy-loaded-src",A="data-single-file-stylesheet",S="data-single-file-disabled-noscript",R="data-single-file-async-script",N="*:not(base):not(link):not(meta):not(noscript):not(script):not(style):not(template):not(title)",_=["NOSCRIPT","DISABLED-NOSCRIPT","META","LINK","STYLE","TITLE","TEMPLATE","SOURCE","OBJECT","SCRIPT","HEAD","BODY"],F=/^'(.*?)'$/,M=/^"(.*?)"$/,q={regular:"400",normal:"400",bold:"700",bolder:"700",lighter:"100"},x="single-file-ui-element",P="data:,";function C(e,t,s,o,n={usedFonts:new Map,canvases:[],images:[],posters:[],videos:[],shadowRoots:[],markedElements:[]},i){return Array.from(s.childNodes).filter((t=>t instanceof e.HTMLElement||t instanceof e.SVGElement)).forEach((s=>{let a,r,l;if(!o.autoSaveExternalSave&&(o.removeHiddenElements||o.removeUnusedFonts||o.compressHTML)&&(l=W(e,s),s instanceof e.HTMLElement&&o.removeHiddenElements&&(r=(i||s.closest("html > head"))&&_.includes(s.tagName)||s.closest("details"),r||(a=i||L(s,l),a&&(s.setAttribute(u,""),n.markedElements.push(s)))),!a)){if(o.compressHTML&&l){const e=l.getPropertyValue("white-space");e&&e.startsWith("pre")&&(s.setAttribute(h,""),n.markedElements.push(s))}o.removeUnusedFonts&&(k(l,o,n.usedFonts),k(W(e,s,":first-letter"),o,n.usedFonts),k(W(e,s,":before"),o,n.usedFonts),k(W(e,s,":after"),o,n.usedFonts))}!function(e,t,s,o,n,i,a){if("CANVAS"==s.tagName)try{n.canvases.push({dataURI:s.toDataURL("image/png","")}),s.setAttribute(w,n.canvases.length-1),n.markedElements.push(s)}catch(e){}if("IMG"==s.tagName){const t={currentSrc:i?P:o.loadDeferredImages&&s.getAttribute(v)||s.currentSrc};if(n.images.push(t),s.setAttribute(b,n.images.length-1),n.markedElements.push(s),s.removeAttribute(v),a=a||W(e,s)){t.size=function(e,t,s){let o=t.naturalWidth,n=t.naturalHeight;if(!o&&!n){const i=null==t.getAttribute("style");if(s=s||W(e,t)){let e,a,r,l,d,c,m,u,g=!1;if("content-box"==s.getPropertyValue("box-sizing")){const e=t.style.getPropertyValue("box-sizing"),s=t.style.getPropertyPriority("box-sizing"),o=t.clientWidth;t.style.setProperty("box-sizing","border-box","important"),g=t.clientWidth!=o,e?t.style.setProperty("box-sizing",e,s):t.style.removeProperty("box-sizing")}e=V("padding-left",s),a=V("padding-right",s),r=V("padding-top",s),l=V("padding-bottom",s),g?(d=V("border-left-width",s),c=V("border-right-width",s),m=V("border-top-width",s),u=V("border-bottom-width",s)):d=c=m=u=0,o=Math.max(0,t.clientWidth-e-a-d-c),n=Math.max(0,t.clientHeight-r-l-m-u),i&&t.removeAttribute("style")}}return{pxWidth:o,pxHeight:n}}(e,s,a);const o=a.getPropertyValue("box-shadow"),n=a.getPropertyValue("background-image");o&&"none"!=o||n&&"none"!=n||!(t.size.pxWidth>1||t.size.pxHeight>1)||(t.replaceable=!0,t.backgroundColor=a.getPropertyValue("background-color"),t.objectFit=a.getPropertyValue("object-fit"),t.boxSizing=a.getPropertyValue("box-sizing"),t.objectPosition=a.getPropertyValue("object-position"))}}if("VIDEO"==s.tagName){const o=s.currentSrc;if(o&&!o.startsWith("blob:")&&!o.startsWith("data:")){const t=W(e,s.parentNode);n.videos.push({positionParent:t&&t.getPropertyValue("position"),src:o,size:{pxWidth:s.clientWidth,pxHeight:s.clientHeight},currentTime:s.currentTime}),s.setAttribute(E,n.videos.length-1)}if(!s.poster){const e=t.createElement("canvas"),o=e.getContext("2d");e.width=s.clientWidth,e.height=s.clientHeight;try{o.drawImage(s,0,0,e.width,e.height),n.posters.push(e.toDataURL("image/png","")),s.setAttribute(y,n.posters.length-1),n.markedElements.push(s)}catch(e){}}}"IFRAME"==s.tagName&&i&&o.removeHiddenElements&&(s.setAttribute(f,""),n.markedElements.push(s));"INPUT"==s.tagName&&("password"!=s.type&&(s.setAttribute(I,s.value),n.markedElements.push(s)),"radio"!=s.type&&"checkbox"!=s.type||(s.setAttribute(I,s.checked),n.markedElements.push(s)));"TEXTAREA"==s.tagName&&(s.setAttribute(I,s.value),n.markedElements.push(s));"SELECT"==s.tagName&&s.querySelectorAll("option").forEach((e=>{e.selected&&(e.setAttribute(I,""),n.markedElements.push(e))}));"SCRIPT"==s.tagName&&(s.async&&""!=s.getAttribute("async")&&"async"!=s.getAttribute("async")&&(s.setAttribute(R,""),n.markedElements.push(s)),s.textContent=s.textContent.replace(/<\/script>/gi,"<\\/script>"))}(e,t,s,o,n,a,l);const d=!(s instanceof e.SVGElement)&&D(s);if(d&&!s.classList.contains(x)){const i={};s.setAttribute(p,n.shadowRoots.length),n.markedElements.push(s),n.shadowRoots.push(i),C(e,t,d,o,n,a),i.content=d.innerHTML,i.mode=d.mode;try{d.adoptedStyleSheets&&d.adoptedStyleSheets.length&&(i.adoptedStyleSheets=Array.from(d.adoptedStyleSheets).map((e=>Array.from(e.cssRules).map((e=>e.cssText)).join("\n"))))}catch(e){}}C(e,t,s,o,n,a),!o.autoSaveExternalSave&&o.removeHiddenElements&&i&&(r||""==s.getAttribute(g)?s.parentElement&&(s.parentElement.setAttribute(g,""),n.markedElements.push(s.parentElement)):a&&(s.setAttribute(m,""),n.markedElements.push(s)))})),n}function k(e,t,s){if(e){const o=e.getPropertyValue("font-style")||"normal";e.getPropertyValue("font-family").split(",").forEach((n=>{if(n=O(n),!t.loadedFonts||t.loadedFonts.find((e=>O(e.family)==n&&e.style==o))){const t=(i=e.getPropertyValue("font-weight"),q[i.toLowerCase().trim()]||i),a=e.getPropertyValue("font-variant")||"normal",r=[n,t,o,a];s.set(JSON.stringify(r),[n,t,o,a])}var i}))}}function D(e){const t=globalThis.chrome;if(e.openOrClosedShadowRoot)return e.openOrClosedShadowRoot;if(!(t&&t.dom&&t.dom.openOrClosedShadowRoot))return e.shadowRoot;try{return t.dom.openOrClosedShadowRoot(e)}catch(t){return e.shadowRoot}}function O(e=""){return function(e){e=e.match(F)?e.replace(F,"$1"):e.replace(M,"$1");return e.trim()}((t=e.trim(),t.replace(c,((e,t,s)=>{const o="0x"+t-65536;return o!=o||s?t:o<0?String.fromCharCode(o+65536):String.fromCharCode(o>>10|55296,1023&o|56320)})))).toLowerCase();var t}function L(e,t){let s=!1;if(t){const o=t.getPropertyValue("display"),n=t.getPropertyValue("opacity"),i=t.getPropertyValue("visibility");if(s="none"==o,!s&&("0"==n||"hidden"==i)&&e.getBoundingClientRect){const t=e.getBoundingClientRect();s=!t.width&&!t.height}}return Boolean(s)}function U(e){if(e){const t=[];return e.querySelectorAll("style").forEach(((s,o)=>{try{const n=e.createElement("style");n.textContent=s.textContent,e.body.appendChild(n);const i=n.sheet;n.remove(),i&&i.cssRules.length==s.sheet.cssRules.length||(s.setAttribute(A,o),t[o]=Array.from(s.sheet.cssRules).map((e=>e.cssText)).join("\n"))}catch(e){}})),t}}function V(e,t){if(t.getPropertyValue(e).endsWith("px"))return parseFloat(t.getPropertyValue(e))}function W(e,t,s){try{return e.getComputedStyle(t,s)}catch(e){}}const H=v,z=x,B="attributes",j=globalThis.browser,J=globalThis.document,Y=globalThis.MutationObserver,G=(e,t,s)=>globalThis.addEventListener(e,t,s),$=(e,t,s)=>globalThis.removeEventListener(e,t,s),K=new Map;let X;async function Z(e){if(J.documentElement){K.clear();const o=J.body&&J.body.scrollHeight||J.documentElement.scrollHeight,a=J.body&&J.body.scrollWidth||J.documentElement.scrollWidth;if(o>globalThis.innerHeight||a>globalThis.innerWidth){const r=Math.max(o-1.5*globalThis.innerHeight,0),l=Math.max(a-1.5*globalThis.innerWidth,0);if(globalThis.scrollY<r||globalThis.scrollX<l)return function(e){return X=0,new Promise((async o=>{let a;const r=new Set,l=new Y((async t=>{if((t=t.filter((e=>e.type==B))).length){t.filter((e=>{if("src"==e.attributeName&&(e.target.setAttribute(H,e.target.src),e.target.addEventListener("load",c)),"src"==e.attributeName||"srcset"==e.attributeName||"SOURCE"==e.target.tagName)return!e.target.classList||!e.target.classList.contains(z)})).length&&(a=!0,await ee(l,e,g),r.size||await Q(l,e,g))}}));async function d(t){await se("idleTimeout",(async()=>{a?X<10&&(X++,ne("idleTimeout"),await d(Math.max(500,t/2))):(ne("loadTimeout"),ne("maxTimeout"),te(l,e,g))}),t,e.loadDeferredImagesNativeTimeout)}function c(e){const t=e.target;t.removeAttribute(H),t.removeEventListener("load",c)}async function m(t){a=!0,await ee(l,e,g),await Q(l,e,g),t.detail&&r.add(t.detail)}async function u(t){await ee(l,e,g),await Q(l,e,g),r.delete(t.detail),r.size||await Q(l,e,g)}function g(e){l.disconnect(),$(t,m),$(s,u),o(e)}await d(2*e.loadDeferredImagesMaxIdleTime),await ee(l,e,g),l.observe(J,{subtree:!0,childList:!0,attributes:!0}),G(t,m),G(s,u),function(e){e.loadDeferredImagesBlockCookies&&n(new i("single-file-block-cookies-start")),e.loadDeferredImagesBlockStorage&&n(new i("single-file-block-storage-start")),e.loadDeferredImagesDispatchScrollEvent&&n(new i("single-file-dispatch-scroll-event-start")),e.loadDeferredImagesKeepZoomLevel?n(new i("single-file-load-deferred-images-keep-zoom-level-start")):n(new i("single-file-load-deferred-images-start"))}(e)}))}(e)}}}async function Q(e,t,s){await se("loadTimeout",(()=>te(e,t,s)),t.loadDeferredImagesMaxIdleTime,t.loadDeferredImagesNativeTimeout)}async function ee(e,t,s){await se("maxTimeout",(async()=>{await ne("loadTimeout"),await te(e,t,s)}),10*t.loadDeferredImagesMaxIdleTime,t.loadDeferredImagesNativeTimeout)}async function te(e,t,s){await ne("idleTimeout"),function(e){e.loadDeferredImagesBlockCookies&&n(new i("single-file-block-cookies-end")),e.loadDeferredImagesBlockStorage&&n(new i("single-file-block-storage-end")),e.loadDeferredImagesDispatchScrollEvent&&n(new i("single-file-dispatch-scroll-event-end")),e.loadDeferredImagesKeepZoomLevel?n(new i("single-file-load-deferred-images-keep-zoom-level-end")):n(new i("single-file-load-deferred-images-end"))}(t),await se("endTimeout",(async()=>{await ne("maxTimeout"),s()}),t.loadDeferredImagesMaxIdleTime/2,t.loadDeferredImagesNativeTimeout),e.disconnect()}async function se(e,t,s,o){if(j&&j.runtime&&j.runtime.sendMessage&&!o){if(!K.get(e)||!K.get(e).pending){const o={callback:t,pending:!0};K.set(e,o);try{await j.runtime.sendMessage({method:"singlefile.lazyTimeout.setTimeout",type:e,delay:s})}catch(o){oe(e,t,s)}o.pending=!1}}else oe(e,t,s)}function oe(e,t,s){const o=K.get(e);o&&globalThis.clearTimeout(o),K.set(e,t),globalThis.setTimeout(t,s)}async function ne(e){if(j&&j.runtime&&j.runtime.sendMessage)try{await j.runtime.sendMessage({method:"singlefile.lazyTimeout.clearTimeout",type:e})}catch(t){ie(e)}else ie(e)}function ie(e){const t=K.get(e);K.delete(e),t&&globalThis.clearTimeout(t)}j&&j.runtime&&j.runtime.onMessage&&j.runtime.onMessage.addListener&&j.runtime.onMessage.addListener((e=>{if("singlefile.lazyTimeout.onTimeout"==e.method){const t=K.get(e.type);if(t){K.delete(e.type);try{t.callback()}catch(t){ie(e.type)}}}}));const ae={ON_BEFORE_CAPTURE_EVENT_NAME:"single-file-on-before-capture",ON_AFTER_CAPTURE_EVENT_NAME:"single-file-on-after-capture",WIN_ID_ATTRIBUTE_NAME:"data-single-file-win-id",preProcessDoc:function(e,t,s){e.querySelectorAll("noscript:not(["+S+"])").forEach((e=>{e.setAttribute(S,e.textContent),e.textContent=""})),function(e){e.querySelectorAll("meta[http-equiv=refresh]").forEach((e=>{e.removeAttribute("http-equiv"),e.setAttribute("disabled-http-equiv","refresh")}))}(e),e.head&&e.head.querySelectorAll(N).forEach((e=>e.hidden=!0)),e.querySelectorAll("svg foreignObject").forEach((e=>{const t=e.querySelectorAll("html > head > "+N+", html > body > "+N);t.length&&(Array.from(e.childNodes).forEach((e=>e.remove())),t.forEach((t=>e.appendChild(t))))}));const o=new Map;let n;return t&&e.documentElement?(e.querySelectorAll("button button, a a").forEach((t=>{const s=e.createElement("template");s.setAttribute("data-single-file-invalid-element",""),s.content.appendChild(t.cloneNode(!0)),o.set(t,s),t.replaceWith(s)})),n=C(t,e,e.documentElement,s),s.moveStylesInHead&&e.querySelectorAll("body style, body ~ style").forEach((e=>{const s=W(t,e);s&&L(e,s)&&(e.setAttribute(T,""),n.markedElements.push(e))}))):n={canvases:[],images:[],posters:[],videos:[],usedFonts:[],shadowRoots:[],markedElements:[]},{canvases:n.canvases,fonts:Array.from(l.values()),stylesheets:U(e),images:n.images,posters:n.posters,videos:n.videos,usedFonts:Array.from(n.usedFonts.values()),shadowRoots:n.shadowRoots,referrer:e.referrer,markedElements:n.markedElements,invalidElements:o}},serialize:function(e){const t=e.doctype;let s="";return t&&(s="<!DOCTYPE "+t.nodeName,t.publicId?(s+=' PUBLIC "'+t.publicId+'"',t.systemId&&(s+=' "'+t.systemId+'"')):t.systemId&&(s+=' SYSTEM "'+t.systemId+'"'),t.internalSubset&&(s+=" ["+t.internalSubset+"]"),s+="> "),s+e.documentElement.outerHTML},postProcessDoc:function(e,t,s){if(e.querySelectorAll("["+S+"]").forEach((e=>{e.textContent=e.getAttribute(S),e.removeAttribute(S)})),e.querySelectorAll("meta[disabled-http-equiv]").forEach((e=>{e.setAttribute("http-equiv",e.getAttribute("disabled-http-equiv")),e.removeAttribute("disabled-http-equiv")})),e.head&&e.head.querySelectorAll("*:not(base):not(link):not(meta):not(noscript):not(script):not(style):not(template):not(title)").forEach((e=>e.removeAttribute("hidden"))),!t){const s=[m,f,u,h,b,y,E,w,I,p,A,R];t=e.querySelectorAll(s.map((e=>"["+e+"]")).join(","))}t.forEach((e=>{e.removeAttribute(m),e.removeAttribute(u),e.removeAttribute(g),e.removeAttribute(f),e.removeAttribute(h),e.removeAttribute(b),e.removeAttribute(y),e.removeAttribute(E),e.removeAttribute(w),e.removeAttribute(I),e.removeAttribute(p),e.removeAttribute(A),e.removeAttribute(R),e.removeAttribute(T)})),s&&Array.from(s.entries()).forEach((([e,t])=>t.replaceWith(e)))},getShadowRoot:D},re="__frameTree__::",le='iframe, frame, object[type="text/html"][data]',de="singlefile.frameTree.initRequest",ce="singlefile.frameTree.ackInitRequest",me="singlefile.frameTree.cleanupRequest",ue="singlefile.frameTree.initResponse",ge=5e3,fe=".",he=globalThis.window==globalThis.top,pe=globalThis.browser,be=globalThis.top,ye=globalThis.MessageChannel,Ee=globalThis.document;let we,Te=globalThis.sessions;var Ie,ve,Ae;function Se(){return globalThis.crypto.getRandomValues(new Uint32Array(32)).join("")}async function Re(e){const t=e.sessionId,s=globalThis._singleFile_waitForUserScript;delete globalThis._singleFile_cleaningUp,he||(we=globalThis.frameId=e.windowId),Fe(Ee,e.options,we,t),he||(e.options.userScriptEnabled&&s&&await s(ae.ON_BEFORE_CAPTURE_EVENT_NAME),Pe({frames:[ke(Ee,globalThis,we,e.options)],sessionId:t,requestedFrameId:Ee.documentElement.dataset.requestedFrameId&&we}),e.options.userScriptEnabled&&s&&await s(ae.ON_AFTER_CAPTURE_EVENT_NAME),delete Ee.documentElement.dataset.requestedFrameId)}function Ne(e){if(!globalThis._singleFile_cleaningUp){globalThis._singleFile_cleaningUp=!0;const t=e.sessionId;xe(De(Ee),e.windowId,t)}}function _e(e){e.frames.forEach((t=>Me("responseTimeouts",e.sessionId,t.windowId)));const t=Te.get(e.sessionId);if(t){e.requestedFrameId&&(t.requestedFrameId=e.requestedFrameId),e.frames.forEach((e=>{let s=t.frames.find((t=>e.windowId==t.windowId));s||(s={windowId:e.windowId},t.frames.push(s)),s.processed||(s.content=e.content,s.baseURI=e.baseURI,s.title=e.title,s.canvases=e.canvases,s.fonts=e.fonts,s.stylesheets=e.stylesheets,s.images=e.images,s.posters=e.posters,s.videos=e.videos,s.usedFonts=e.usedFonts,s.shadowRoots=e.shadowRoots,s.processed=e.processed)}));t.frames.filter((e=>!e.processed)).length||(t.frames=t.frames.sort(((e,t)=>t.windowId.split(fe).length-e.windowId.split(fe).length)),t.resolve&&(t.requestedFrameId&&t.frames.forEach((e=>{e.windowId==t.requestedFrameId&&(e.requestedFrame=!0)})),t.resolve(t.frames)))}}function Fe(e,t,s,o){const n=De(e);!function(e,t,s,o,n){const i=[];let a;Te.get(n)?a=Te.get(n).requestTimeouts:(a={},Te.set(n,{requestTimeouts:a}));t.forEach(((e,t)=>{const s=o+fe+t;e.setAttribute(ae.WIN_ID_ATTRIBUTE_NAME,s),i.push({windowId:s})})),Pe({frames:i,sessionId:n,requestedFrameId:e.documentElement.dataset.requestedFrameId&&o}),t.forEach(((e,t)=>{const i=o+fe+t;try{Ce(e.contentWindow,{method:de,windowId:i,sessionId:n,options:s})}catch(e){}a[i]=globalThis.setTimeout((()=>Pe({frames:[{windowId:i,processed:!0}],sessionId:n})),ge)})),delete e.documentElement.dataset.requestedFrameId}(e,n,t,s,o),n.length&&function(e,t,s,o,n){const i=[];t.forEach(((e,t)=>{const a=o+fe+t;let r;try{r=e.contentDocument}catch(e){}if(r)try{const t=e.contentWindow;t.stop(),Me("requestTimeouts",n,a),Fe(r,s,a,n),i.push(ke(r,t,a,s))}catch(e){i.push({windowId:a,processed:!0})}})),Pe({frames:i,sessionId:n,requestedFrameId:e.documentElement.dataset.requestedFrameId&&o}),delete e.documentElement.dataset.requestedFrameId}(e,n,t,s,o)}function Me(e,t,s){const o=Te.get(t);if(o&&o[e]){const t=o[e][s];t&&(globalThis.clearTimeout(t),delete o[e][s])}}function qe(e,t){const s=Te.get(e);s&&s.responseTimeouts&&(s.responseTimeouts[t]=globalThis.setTimeout((()=>Pe({frames:[{windowId:t,processed:!0}],sessionId:e})),1e4))}function xe(e,t,s){e.forEach(((e,o)=>{const n=t+fe+o;e.removeAttribute(ae.WIN_ID_ATTRIBUTE_NAME);try{Ce(e.contentWindow,{method:me,windowId:n,sessionId:s})}catch(e){}})),e.forEach(((e,o)=>{const n=t+fe+o;let i;try{i=e.contentDocument}catch(e){}if(i)try{xe(De(i),n,s)}catch(e){}}))}function Pe(e){e.method=ue;try{be.singlefile.processors.frameTree.initResponse(e)}catch(t){Ce(be,e,!0)}}function Ce(e,t,s){if(e==be&&pe&&pe.runtime&&pe.runtime.sendMessage)pe.runtime.sendMessage(t);else if(s){const s=new ye;e.postMessage(re+JSON.stringify({method:t.method,sessionId:t.sessionId}),"*",[s.port2]),s.port1.postMessage(t)}else e.postMessage(re+JSON.stringify(t),"*")}function ke(e,t,s,o){const n=ae.preProcessDoc(e,t,o),i=ae.serialize(e);ae.postProcessDoc(e,n.markedElements,n.invalidElements);return{windowId:s,content:i,baseURI:e.baseURI.split("#")[0],title:e.title,canvases:n.canvases,fonts:n.fonts,stylesheets:n.stylesheets,images:n.images,posters:n.posters,videos:n.videos,usedFonts:n.usedFonts,shadowRoots:n.shadowRoots,processed:!0}}function De(e){let t=Array.from(e.querySelectorAll(le));return e.querySelectorAll("*").forEach((e=>{const s=ae.getShadowRoot(e);s&&(t=t.concat(...s.querySelectorAll(le)))})),t}Te||(Te=globalThis.sessions=new Map),he&&(we="0",pe&&pe.runtime&&pe.runtime.onMessage&&pe.runtime.onMessage.addListener&&pe.runtime.onMessage.addListener((e=>e.method==ue?(_e(e),Promise.resolve({})):e.method==ce?(Me("requestTimeouts",e.sessionId,e.windowId),qe(e.sessionId,e.windowId),Promise.resolve({})):void 0))),Ie="message",ve=async e=>{if("string"==typeof e.data&&e.data.startsWith(re)){e.preventDefault(),e.stopPropagation();const t=JSON.parse(e.data.substring(re.length));t.method==de?(e.source&&Ce(e.source,{method:ce,windowId:t.windowId,sessionId:t.sessionId}),he||(globalThis.stop(),t.options.loadDeferredImages&&Z(t.options),await Re(t))):t.method==ce?(Me("requestTimeouts",t.sessionId,t.windowId),qe(t.sessionId,t.windowId)):t.method==me?Ne(t):t.method==ue&&Te.get(t.sessionId)&&(e.ports[0].onmessage=e=>_e(e.data))}},Ae=!0,globalThis.addEventListener(Ie,ve,Ae),e.TIMEOUT_INIT_REQUEST_MESSAGE=ge,e.cleanup=function(e){Te.delete(e),Ne({windowId:we,sessionId:e,options:{sessionId:e}})},e.getAsync=function(e){const t=Se();return e=JSON.parse(JSON.stringify(e)),new Promise((s=>{Te.set(t,{frames:[],requestTimeouts:{},responseTimeouts:{},resolve:e=>{e.sessionId=t,s(e)}}),Re({windowId:we,sessionId:t,options:e})}))},e.getSync=function(e){const t=Se();e=JSON.parse(JSON.stringify(e)),Te.set(t,{frames:[],requestTimeouts:{},responseTimeouts:{}}),function(e){const t=e.sessionId,s=globalThis._singleFile_waitForUserScript;delete globalThis._singleFile_cleaningUp,he||(we=globalThis.frameId=e.windowId);Fe(Ee,e.options,we,t),he||(e.options.userScriptEnabled&&s&&s(ae.ON_BEFORE_CAPTURE_EVENT_NAME),Pe({frames:[ke(Ee,globalThis,we,e.options)],sessionId:t,requestedFrameId:Ee.documentElement.dataset.requestedFrameId&&we}),e.options.userScriptEnabled&&s&&s(ae.ON_AFTER_CAPTURE_EVENT_NAME),delete Ee.documentElement.dataset.requestedFrameId)}({windowId:we,sessionId:t,options:e});const s=Te.get(t).frames;return s.sessionId=t,s},e.initResponse=_e,Object.defineProperty(e,"__esModule",{value:!0})}));