TheSpyder / rescript-webapi

ReScript bindings to the DOM and other Web APIs
http://tinymce.github.io/rescript-webapi/api/Webapi/
Other
149 stars 36 forks source link

Add named arguments to various `Node` apis #89

Closed TheSpyder closed 2 years ago

TheSpyder commented 2 years ago

Fixes #49

I'm not sure if more are required, I think these are the only ones that tripped us up when we migrated last year. We should verify this before merging.

I didn't change isEqualNode because the order doesn't matter.