tc39/proposal-cleanup-some

Remove cleanupSome docs from MDN

littledan opened this issue · 3 comments

cleanupSome is documented at https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry/cleanupSome . This should be removed from MDN as part of splitting cleanupSome into a separate Stage 2 proposal.

@littledan - All done! Page is deleted, link to it removed from the FinalizationRegistry page, and I've done a PR to remove the compat data.

Thanks @tjcrowder !