You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
Open URL with external apps (typically Safari)
@param {String} url The url to open
@return {Promise}
*/
straw.service.browser.openURL = function (url) {
}