rescript-webapi icon indicating copy to clipboard operation
rescript-webapi copied to clipboard

Add a test that guarantees the blob and file types are compatible everywhere they can be used

Open TheSpyder opened this issue 3 years ago • 0 comments

#97 happened because there aren't tests that ensure data returned from fetch APIs can be used by other blob and file APIs. We should write tests for this (remember we don't need executable tests, just code that won't compile if the types aren't compatible).

TheSpyder avatar Mar 09 '22 01:03 TheSpyder