taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit bc7956c2ba685e459c94204ca30f85eef881d0ac
parent 3a336799a08564ddc91713a397707b01ae0425c5
Author: Florian Dold <florian@dold.me>
Date:   Wed, 24 Feb 2021 01:28:45 +0100

idb: don't import typeson

Diffstat:
Mpackages/idb-bridge/src/util/structuredClone.ts | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git 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;