flow
flow copied to clipboard
Missing Support for structureClone()
Missing/Incorrect APIs
Missing API: structureClone()
Relevant Documentation
https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
Flow.org/try
6: const anotherFruitBowl = structureClone(fruitBowl)
^ Cannot resolve name `structureClone`. [cannot-resolve-name]
for example
declare function structuredClone<T>(value: T, options?: {| transfer: any[] |}): T
Although it's also possible to define stuctured cloneable & transferable objects.