kingsword09 opened a new issue, #6281:
URL: https://github.com/apache/opendal/issues/6281

   Following RFC-6213 (https://github.com/apache/opendal/pull/6213), OpenDAL 
has introduced a new options-based API pattern to replace the builder pattern 
for operations (e.g. write_with().append(true)). The new approach simplifies 
cross language binding parity for capabilities and supported options across all 
language bindings!
   
   The following Options need to be added or migrated to use this new API in 
the Node.js bindings:
   
   - [ ] WriteOptions
   - [ ] ReadOptions
   - [ ] StatOptions
   - [ ] DeleteOptions
   - [ ] ListOptions


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to