diff options
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/idb-bridge/src/util/structuredClone.ts | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/idb-bridge/src/util/structuredClone.ts b/packages/idb-bridge/src/util/structuredClone.ts index 1c96d7430..215681a2d 100644 --- a/packages/idb-bridge/src/util/structuredClone.ts +++ b/packages/idb-bridge/src/util/structuredClone.ts @@ -14,14 +14,8 @@   permissions and limitations under the License.  */ -// @ts-ignore -import Typeson from "typeson"; -// @ts-ignore -import structuredCloningThrowing from "typeson-registry/dist/presets/structured-cloning-throwing";  import { DataCloneError } from "./errors"; -const TSON = new Typeson().register(structuredCloningThrowing); -  const { toString: toStr } = {};  const hasOwn = {}.hasOwnProperty;  const getProto = Object.getPrototypeOf;  | 
