You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example declare function structuredClone<T>(value: T, options?: {| transfer: any[] |}): T
Although it's also possible to define stuctured cloneable & transferable objects.
Missing/Incorrect APIs
Missing API:
structureClone()
Relevant Documentation
https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
Flow.org/try
Flow Error Reproduction
The text was updated successfully, but these errors were encountered: