Breaking changes:
- The
io.experimental.upload.toUrl
IO method has been replaced with io.experimental.input.file
New:
- Adds an experimental io.experimental.input.file method. This method replaces our previous
toUrl
method. This new API returns an object with methods that allow you to get a URL that points to the uploaded file or the contents of the file as an object, a buffer, or a string - BigInt objects can now be used within io.display.object and in action return values
Especially while APIs are under an experimental flag, we encourage you to leave feedback to help shape Interval's future.
Was this section useful?