libxmljs2 icon indicating copy to clipboard operation
libxmljs2 copied to clipboard

Add `Buffer` to available source types

Open markusgeert opened this issue 1 year ago • 0 comments

All parse functions can take a Buffer as an input (FromXml, FromHtml).

In theory this also applies to the parseXmlString and parseHtmlString functions since they call the same function under the hood, but adding the Buffer type there might cause confusion to users.

markusgeert avatar Nov 03 '23 14:11 markusgeert