You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {boolean=} options.pierceShadowRoot if true it includes content of the shadow roots of all web components in the DOM (default: `true`)
68
68
* @param {boolean=} options.removeCommentNodes if true it removes all comment nodes from the HTML, e.g. `<!--?lit$206212805$--><!--?lit$206212805$-->` (default: `true`)
69
69
* @param {boolean=} options.prettify if true, the html output will be prettified (default: `true`)
70
-
* @return {Promise<string>} the HTML of the specified element
70
+
* @return {Promise} the HTML of the specified element (as a string)
0 commit comments