Skip to content
On this page

๐Ÿ”ง @bridge/utils

This module provides common utility functions to extension developers. View Source Code

js
import { ... } from '@bridge/utils'

โšก Functions

openExternal

The openExternal function opens a given url in a new window inside of the user's default browser.

  • Signature: openExternal(url: string)
  • Returns: void
js
openExternal('https://github.com/bridge-core/editor')

Released under the GPL-3.0 License.