Home > @infiniteobjects/core-library-web > Html
Utilities to transform HTML strings
Signature:
export declare class Html
| Method | Modifiers | Description |
|---|---|---|
| makeLinksExternal(html) | static |
Make all non relative links in html string open in a new tab |
| sanitize(html, makeLinksExternal) | static |
Sanitize html string |