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
Do you mean through the Web History API (history.pushState)? That's an odd use case, but okay.
I'd like to be able to use GiLoad in Parchment without modification and be able to pass it the image buffer to use. So maybe there could be an extra option to say to not download it if ?story exists, or the reverse (I'd prefer explicit opt-in to overriding the image, but your choice.)
By "after the fact", I meant by the user, typing manually in the URL bar. Or by any page that generates a URL for the user to click on, referring to an established interpreter setup.
If you're passing in the image buffer, shouldn't gameurl be null?
(Apologies for the long response time, things slip by.)
quixe/src/quixe/gi_load.js
Lines 221 to 223 in 12d43e1
This should just be
if (image) {
shouldn't it?The text was updated successfully, but these errors were encountered: