Create a new readable stream whose source is the passed DOM element. If no options are passed, the readable stream will emit element's innerHTML. Setting this to true will cause the readable stream to ...
innerHTML The innerHTML property is a part of the JavaScript HTMLElement object and it allows developers to access and manipulate the HTML content of an element. The innerHTML property returns the ...