'Is there a complete Frida Javascript API documentation?

I recently came across the Frida tool. And it feels amazing. But I can't find a good documentation on its Javascript API.
For example, where can I read about how to use Java.use('...').methodName.overload('...') correctly? Besides existing examples.
I couldn't find it on their website https://frida.re/



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source