mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
native fetch with proxy support on node api
This commit is contained in:
@@ -266,4 +266,5 @@ export abstract class ApiService {
|
||||
|
||||
getActiveBearerToken: () => Promise<string>;
|
||||
fetch: (request: Request) => Promise<Response>;
|
||||
nativeFetch: (request: Request) => Promise<Response>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user