Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
promises.push(deckDeckGoSlideGifElements(window));
promises.push(deckDeckGoSlideQRCodeElements(window));
promises.push(deckDeckGoSlideBigImgElements(window));
promises.push(deckDeckGoSlideVideoElements(window));
promises.push(deckDeckGoSlidePollElements(window));
await Promise.all(promises);
await postLoading();
await initActions();
await initFullscreen();
await postLoadingJumpTo();
await initDeckHistoryWatch();
await webSocialShareElements(window);
deckDeckGoRemoteElements(window).then(async () => {
await initRemote();
});
});