suggestion: deprecate Deno.kill()
#25405
Labels
public API
related to "Deno" namespace in JS
suggestion
suggestions for new features (yet to be agreed)
IIUC, it has no other use case outside spawned processes. After Deno 2, one can just use
Deno.ChildProcess.prototype.kill
. At this point, the deprecation can happen at Deno 2, and the removal sometime after.The text was updated successfully, but these errors were encountered: