tomayac opened a new pull request, #19780:
URL: https://github.com/apache/tvm/pull/19780

   Switches from the deprecated plural `requestFileHandles([hash])` to the new 
singular `requestFileHandle(hash)` API, which returns a handle directly rather 
than a single-element array. Also updates the interface definition and removes 
the now-redundant `handles[0]` indexing.
   
   The rename was adopted in the COS spec after a survey of all known 
real-world implementations found that every call site passed a single-element 
array and immediately indexed `[0]` — no implementation ever used the plural 
form as a batch.
   
   FYI @guan404ming @CharlieFRuan — as reviewers of the original COS PR 
(#18893).
   
   See https://github.com/WICG/cross-origin-storage/issues/61 for details.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to