Contents of document-outerhtml
Latest commit: 0.1.1 5 years ago

src 6 years ago
test 5 years ago
.gitignore 6 years ago
Readme.md 6 years ago
package-lock.json 5 years ago
package.json 5 years ago

Readme.md

document-outerhtml

Like Element.outerHTML, but for the whole Document.

This means it returns a string containing the <html>.....</html> with all the content between, plus the <!DOCTYPE ....> declaration (if present), and any comments and stray elements or text nodes.

Install

npm install document-outerhtml

Usage

import documentOuterHTML from 'document-outerhtml'

const html = documentOuterHTML(document)

Licence

CC0; do whatever you want with this code.

See also