(e3, t3)
| 413 | } |
| 414 | }; |
| 415 | function h(e3, t3) { |
| 416 | if (confirm(`Do you want to navigate to ${t3}? |
| 417 | |
| 418 | WARNING: This link could potentially be dangerous`)) { |
| 419 | const e4 = window.open(); |
| 420 | if (e4) { |
| 421 | try { |
| 422 | e4.opener = null; |
| 423 | } catch { |
| 424 | } |
| 425 | e4.location.href = t3; |
| 426 | } else console.warn("Opening link blocked as opener could not be cleared"); |
| 427 | } |
| 428 | } |
| 429 | t2.OscLinkProvider = a = s2([r(0, o.IBufferService), r(1, o.IOptionsService), r(2, o.IOscLinkService)], a); |
| 430 | }, 6193: (e2, t2) => { |
| 431 | Object.defineProperty(t2, "__esModule", { value: true }), t2.RenderDebouncer = void 0, t2.RenderDebouncer = class { |
no test coverage detected