Does looker plan on moving its APIs to HTTP/2 ?

I have built an extension on top of looker using javascript looker SDK. All my queries take time to run because of the size of data. However, because the SDK makes API calls on http/1, only 6 queries at a time are fired (6 being browsers limitation on number of parallel TCP connections). Does looker plan to move / provide alternate APIs on HTTP/2 which will solve this issue?

0 0 105