Rylan Cottrell

Results 3 issues of Rylan Cottrell

HI, I am investigating migration over from libxmljs to libxmljs2 when I noticed this difference between docs and typing information. From the typings https://github.com/marudor/libxmljs2/blob/main/index.d.ts#L122 ```type(): 'comment' | 'element' | 'text'...

Updated history.js to act more like polyfill, if history.js is already present it just returns instead of throwing an error.