feat: add protocol.handle (#36674)

This commit is contained in:
Jeremy Rose
2023-03-27 10:00:55 -07:00
committed by GitHub
parent 6a6908c4c8
commit fda8ea9277
25 changed files with 1254 additions and 89 deletions

View File

@@ -141,6 +141,7 @@ declare namespace NodeJS {
hasUserActivation?: boolean;
mode?: string;
destination?: string;
bypassCustomProtocolHandlers?: boolean;
};
type ResponseHead = {
statusCode: number;