MCPcopy Create free account
hub / github.com/davewasmer/devcert / UserInterface

Interface UserInterface

src/user-interface.ts:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { waitForUser } from './utils';
3
4export interface UserInterface {
5 getWindowsEncryptionPassword(): Promise<string>;
6 warnChromeOnLinuxWithoutCertutil(): Promise<void>;
7 closeFirefoxBeforeContinuing(): Promise<void>;
8 startFirefoxWizard(certificateHost: string): Promise<void>;
9 firefoxWizardPromptPage(certificateURL: string): Promise<string>;
10 waitForFirefoxWizard(): Promise<void>;
11}
12
13const DefaultUI: UserInterface = {
14 async getWindowsEncryptionPassword() {

Callers 7

readProtectedFileMethod · 0.80
writeProtectedFileMethod · 0.80
addToTrustStoresMethod · 0.80
closeFirefoxFunction · 0.80
openCertificateInFirefoxFunction · 0.80
openCertificateInFirefoxFunction · 0.80
openCertificateInFirefoxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…