User Profile
KristofferPK
Copper Contributor
Joined 4 years ago
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.6KViews1like1CommentRe: Edge Stable crashing on extension function chrome.identity.launchWebAuthFlow
sobbySorry 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.1KViews0likes4CommentsRe: 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.1KViews0likes0CommentsRe: Edge Stable crashing on extension function chrome.identity.launchWebAuthFlow
sobbySorry 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:javascript - Edge extension crashes the whole browser on API call after latest update (launchWebAuthFlow) - Stack Overflow6.2KViews0likes7Comments
Recent Blog Articles
No content to show