Javascript game .bank file integration

I want to use a .bank file for my JavaScript Phaser game. But I cannot find any examples on the internet. Due to that I’m asking it here.
Q1: Can I use .bank in JavaScript?
Q2: How do I use it?

I would love to hear if someone knows the answers, because right now I’m a little stuck.
Thanks in advance!

For your first question - Yes, you can use .bank files and a subset of the FMOD Studio API with Javascript

For your second question - In order to load bank files you will need to set up a server as Javascript cannot load local files normally. You can simulate a server locally using add-ons such as Web Server for Chrome.

Now you can load banks using the Javascript API Studio.System.loadBankFile().

https://www.fmod.com/resources/documentation-api?version=2.0&page=studio-api-system.html#studio_system_loadbankfile

Read more on the getting started in and using the Javascript API in our documentation:

https://www.fmod.com/resources/documentation-api?version=2.0&page=platforms-html5.html