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
{{ message }}
This repository was archived by the owner on Oct 11, 2020. It is now read-only.
Edge has a funny issue (in extensions at least) where it won't initiate an XHR to a URL that doesn't have a file extension. Eg, it will request https://example.com/list.txt, but fail when you try to request https://example.com/list.
It has nothing to do with whether the file exists or not; it fails when you try to send the request.
This may not be solvable in the extension and may instead require a fix on Edge's side.