xframelib 1.1.5 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,11 @@
1
- var e = Object.create, t = Object.defineProperty, r = Object.getOwnPropertyDescriptor, n = Object.getOwnPropertyNames, i = Object.getPrototypeOf, o = Object.prototype.hasOwnProperty, s = (e, t) => () => (e && (t = e(e = 0)), t), a = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), c = (e, r) => {
1
+ var e = Object.create, t = Object.defineProperty, r = Object.getOwnPropertyDescriptor, n = Object.getOwnPropertyNames, i = Object.getPrototypeOf, o = Object.prototype.hasOwnProperty, s = (e, t, r) => () => {
2
+ if (r) throw r[0];
3
+ try {
4
+ return e && (t = e(e = 0)), t;
5
+ } catch (e) {
6
+ throw r = [e], e;
7
+ }
8
+ }, a = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), c = (e, r) => {
2
9
  let n = {};
3
10
  for (var i in e) t(n, i, {
4
11
  get: e[i],
@@ -16,7 +23,7 @@ var e = Object.create, t = Object.defineProperty, r = Object.getOwnPropertyDescr
16
23
  * @license
17
24
  * Copyright 2019 Google LLC
18
25
  * SPDX-License-Identifier: Apache-2.0
19
- */ const h = Symbol("Comlink.proxy"), l = Symbol("Comlink.endpoint"), d = Symbol("Comlink.releaseProxy"), p = Symbol("Comlink.finalizer"), b = Symbol("Comlink.thrown"), g = (e) => "object" == typeof e && null !== e || "function" == typeof e, y = new Map([["proxy", {
26
+ */ const h = Symbol("Comlink.proxy"), l = Symbol("Comlink.endpoint"), d = Symbol("Comlink.releaseProxy"), p = Symbol("Comlink.finalizer"), b = Symbol("Comlink.thrown"), g = (e) => "object" == typeof e && null !== e || "function" == typeof e, y = /* @__PURE__ */ new Map([["proxy", {
20
27
  canHandle: (e) => g(e) && e[h],
21
28
  serialize(e) {
22
29
  const { port1: t, port2: r } = new MessageChannel();