-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
Package
- @kintone/rest-api-client 3.1.11
Why
https://github.com/kintone/js-sdk/blob/master/packages/rest-api-client/docs/file.md#uploadFile
Stream is only available in Node.js environment.
Uploading files from local filesystem and stream is supported is only available in Node.js. This can cause increase heap memory usage.
What
Most modern browsers support WritableStream. This is helpful to reduce memory usage in browsers.
tasshi-me and Lorenzras