From d614fdfaac13346d71ecf24712abaefe8224687d Mon Sep 17 00:00:00 2001 From: Dylan Conway <35280289+dylan-conway@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:44:28 -0700 Subject: `MessageChannel` and `MessagePort` (#3860) * copy and format * copy * copy * cleanup * some tests * spellcheck * add types * don't lock getting contextId * array buffer test --- src/bun.js/scripts/class-definitions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bun.js/scripts/class-definitions.ts') diff --git a/src/bun.js/scripts/class-definitions.ts b/src/bun.js/scripts/class-definitions.ts index 281cd62c5..d9c327f6b 100644 --- a/src/bun.js/scripts/class-definitions.ts +++ b/src/bun.js/scripts/class-definitions.ts @@ -41,7 +41,7 @@ export interface ClassDefinition { configurable?: boolean; enumerable?: boolean; - structuredClone?: boolean | { transferrable: boolean; tag: number }; + structuredClone?: boolean | { transferable: boolean; tag: number }; } export interface CustomField { -- cgit v1.2.3