API.md
January 29, 2019 · View on GitHub
Constants
- browserRedirect
Redirect that handles the HTML target to redirect the current frame or open a new tab.
- convertLineBreaks ⇒
string Replace line breaks in a string by a HTML line break (
)- isBrowser ⇒
boolean 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