TheSpyder / rescript-webapi

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

Add missing APIs #41

Closed TheSpyder closed 2 years ago

TheSpyder commented 3 years ago

Depends on #40 because it's going to cause conflicts and I don't want to wait until that merges to open this PR. I'll change the target branch here after it merges.

These are the primary remaining methods from our internal 'bs-webapi contrib' layer. There are still a few added modules I haven't ported but we can deal with those later (after 1.0 if I don't get time sooner).

With this, we should be able to switch to include Webapi.Dom instead of importing every module individually.