Yugandhar Kamdi
Yugandhar Kamdi
### Description As mentioned in the title there is audio sync issue when video stalls in low network bandwidth condition. As soon as player gets enough video data, video jumps...
**Problem statement:** The delayed.js library is effective for loading third-party or deferred scripts, but if some block needs to handle things during delay phase, it requires importing block code in...
### Expected Behaviour When loadScript or loadCSS is called multiple times in parallel, the subsequent invocations after first call doesn't wait for script loading or parsing. It returns resolved promise...
**Setup**: During initial load we prefetch data with loadQuery using [react resource router](https://github.com/atlassian-labs/react-resource-router) This data is being consumed later once the route is loaded using `usePreloadedQuery`. **Actual Issue** : When...