remove "about:blank" when window.open()
Advertisements I have a function that will dynamicaly window.open() to a specific resource. I would like to remove the "about:blank" that appears while the page load and display a loading message. Is it possible ? Here is my function : const windowReference = window.open(); try { AppProductAuthenticationApi.getUrlAccess(apuaId, query).then((res: {urlAccess: string} | undefined | null) =>… Read More remove "about:blank" when window.open()