We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aaacd2 commit 71776daCopy full SHA for 71776da
packages/base/src/widget.ts
@@ -34,12 +34,6 @@ import { KernelMessage } from '@jupyterlab/services';
34
*/
35
const IPY_MODEL_ = 'IPY_MODEL_';
36
37
-/**
38
- * A best-effort method for performing deep copies.
39
- */
40
-const deepcopyJSON = (x: JSONValue) => JSON.parse(JSON.stringify(x));
41
-
42
-const deepcopy = globalThis.structuredClone || deepcopyJSON;
43
44
/**
45
* Replace model ids with models recursively.
0 commit comments