Skip to content

Commit 9115081

Browse files
committed
chore: update devtools-connect and add necessary proxy api stub
1 parent 697037a commit 9115081

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compass-web/polyfills/@mongodb-js/devtools-proxy-support/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
export function createAgent(): void {
22
// The original can return 'undefined' as well
33
}
4+
export function isExistingAgentInstance(): boolean {
5+
return false;
6+
}
47
export function useOrCreateAgent(): void {
58
// The original can return 'undefined' as well
69
}

0 commit comments

Comments
 (0)