We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee0a3de + 4c0c255 commit d28eb69Copy full SHA for d28eb69
addons/addon-web-links/typings/addon-web-links.d.ts
@@ -14,6 +14,10 @@ declare module '@xterm/addon-web-links' {
14
/**
15
* Creates a new web links addon.
16
* @param handler The callback when the link is called.
17
+ *
18
+ * Note that this may not work when the terminal is hosted inside an iframe,
19
+ * in that case provide a custom handler in that case being mindful of
20
+ * possible security issues like reverse tabnapping.
21
* @param options Options for the link provider.
22
*/
23
constructor(handler?: (event: MouseEvent, uri: string) => void, options?: ILinkProviderOptions);
0 commit comments