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

Webapi__Fetch.resi incorrectly exports blob and file as abstract types #97

Closed Minnozz closed 2 years ago

Minnozz commented 2 years ago

Compare https://github.com/tinymce/rescript-webapi/blob/3a14dbf7f17e4280a6bb957e683d78ec8846b224/src/Webapi/Webapi__Fetch.res#L23-L24 with https://github.com/tinymce/rescript-webapi/blob/3a14dbf7f17e4280a6bb957e683d78ec8846b224/src/Webapi/Webapi__Fetch.resi#L25-L26

This makes the Blob returned by Webapi.Fetch.Response.blob unusable as a Webapi.Blob.t.