Closed Minnozz closed 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.
Blob
Webapi.Fetch.Response.blob
Webapi.Blob.t
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 byWebapi.Fetch.Response.blob
unusable as aWebapi.Blob.t
.