Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.02 KB

API.md

File metadata and controls

46 lines (34 loc) · 1.02 KB

Constants

browserRedirect

Redirect that handles the HTML target to redirect the current frame or open a new tab.

convertLineBreaksstring

Replace line breaks in a string by a HTML line break (
)

isBrowserboolean

Checks whether the current runtime is a browser

browserRedirect

Redirect that handles the HTML target to redirect the current frame or open a new tab.

Kind: global constant

Param
url
target

convertLineBreaks ⇒ string

Replace line breaks in a string by a HTML line break (
)

Kind: global constant

Param
str
replacer

isBrowser ⇒ boolean

Checks whether the current runtime is a browser

Kind: global constant