You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'ContextBridge could not start its local browser server. Your coding harness may be running contextbridge in a network sandbox that blocks localhost. Allow local network access for contextbridge or run it outside the sandbox, then try again.',
28
+
{ cause },
29
+
);
30
+
this.name='AnnotationEnvironmentError';
31
+
}
32
+
}
33
+
23
34
exportinterfaceRunAnnotationArgs{
24
35
content: string;
25
36
contentKind: ContentKind;
@@ -80,13 +91,20 @@ export async function runAnnotation(
80
91
consthtmlPromise=deps.loadHtml();
81
92
htmlPromise.catch((err: unknown)=>logger.error({ err },'failed to load annotation UI bundle'));
0 commit comments