xtermjs/xterm.js

@xterm/addon-web-links self not defined

mio-19 opened this issue · 1 comments

I am on 0.11.0.Link to similar bug in different modules: #3764

We have not changed the fix there:

// Force usage of globalThis instead of global / self. (This is cross-env compatible)
globalObject: 'globalThis',

Are you using the .mjs module instead of the older .js one?