Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: disposable Deno resources #20845

Merged
merged 11 commits into from
Nov 1, 2023
Prev Previous commit
Next Next commit
Merge branch 'main' into disposable_resources
  • Loading branch information
bartlomieju committed Oct 31, 2023
commit a71aea3aba0871a90253ccfa08c723b1f172e703
2 changes: 1 addition & 1 deletion cli/tsc/dts/lib.deno.ns.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5917,7 +5917,7 @@ declare namespace Deno {
*
* @category HTTP Server
*/
export interface Server extends Disposable {
export interface HttpServer extends Disposable {
/** A promise that resolves once server finishes - eg. when aborted using
* the signal passed to {@linkcode ServeOptions.signal}.
*/
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.