mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
39d4b93657
Node's MessageChannel implementation will leak if you don't explicitly close the port. This updates the enqueueTask function we use in our internal testing helpers to close the port once it's no longer needed.