INNER CODE UNIT · TypeScript
systemCA
mongodb-js/mongodb-mcp-server · packages/browser-tests/polyfills/@mongodb-js/devtools-proxy-support/index.ts:16
export function systemCA(): never {
throw new Error("system CA access not available in compass-web");
}
export function resetSystemCACache(): never {
throw new Error("system CA access not available in compass-web");
}
// Explicitly web-compatible
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
export * from "@mongodb-js/devtools-proxy-support/proxy-options";