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
'appIcon' and 'contentImage' options could actually accept data:,
http(s):, etc URIs. However, the fact that the current version checks
explicitly for file:// URIs cripples that use case.
This commit tries to treat the given string as a URI. However, if the
URI does not have a scheme, then 'file://' is appended and the resulting
string is re-interpreted as the final URI. Otherwise, we are set anyway.
0 commit comments