User Profile
KristofferPK
Copper Contributor
Joined Dec 18, 2021
User Widgets
Recent Discussions
Re: Edge Stable crashing on extension function chrome.identity.launchWebAuthFlow
TGAmpliphae I just got this email today from Microsoft regarding this issue: We want to let you know that we fixed an issue that's related to this feedback in an upcoming update to Microsoft Edge. Thank you for helping us make Microsoft Edge better than it was before. We can't wait to hear what you think of next!5.7KViews1like1CommentRe: Edge Stable crashing on extension function chrome.identity.launchWebAuthFlow
sobby Sorry didn't notice you asked for code! 😄 const arguments = ''; // Hidden due to privacy const authURL = 'https://login.microsoftonline.com/common/oauth2/authorize' + arguments; const res = chrome.windows.create({ focused: true, height : 800, width: 800, url: authURL }); console.log(res);6.3KViews0likes4CommentsRe: Edge Stable crashing on extension function chrome.identity.launchWebAuthFlow
Hi, thanks for responding so quickly. I appreciate it. I don't know! 😄 It creates a window and displays correctly, but it returns undefined (without any other errors) and I'm baffled. I have no idea why it's returning undefined. I can't listen to window-changes (to retrieve the window-title) if the API returns nothing! 😛 I'm unable to give you more information of why it returns undefined.6.2KViews0likes0CommentsRe: Edge Stable crashing on extension function chrome.identity.launchWebAuthFlow
sobby Sorry but it's not a solution, it's a workaround and it doesn't even work for me (the workaround returns undefined which means I can't even use it). I also have this issue: https://stackoverflow.com/questions/70286901/edge-extension-crashes-the-whole-browser-on-api-call-after-latest-update-launch6.3KViews0likes7Comments
Recent Blog Articles
No content to show