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
So I noticed, the download spk feature is written to rename the spk to something reasonable, via the download attribute on the a tag: ea43994
However, interestingly... it doesn't. I am assuming the issue is that we have a link, and then inside it, is a div button thing, and we're hitting the div button, not the original link?
The text was updated successfully, but these errors were encountered:
It has nothing to do with the div, if you remove it the behavior is the same... I think the root of it is here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a where it says "download only works for same-origin URLs, or the blob: and data: schemes."
app-index.sandstorm.io and apps.sandstorm.io are different origins, which is why that attribute doesn't work.
So I noticed, the download spk feature is written to rename the spk to something reasonable, via the download attribute on the a tag: ea43994
However, interestingly... it doesn't. I am assuming the issue is that we have a link, and then inside it, is a div button thing, and we're hitting the div button, not the original link?
The text was updated successfully, but these errors were encountered: