qgustavor / mega

Unofficial JavaScript SDK for MEGA
https://mega.js.org/
MIT License
161 stars 43 forks source link

Is there sort and filter features? #165

Closed notReally08 closed 1 year ago

notReally08 commented 1 year ago

Hello! The thing is I need to use sort, filter and pagination features like in database. And I tend to think it would be too long doing it on my server/ Like when I have a billion of files/videos, so I'll have to receive them all and then loop through the whole data to filter couple of items. Is there a features for these purposes?