3

If the user has the javascript disabled in her browser, Does Stripe degrades gracefully or just breaks?

Victor
  • 23,172
  • 30
  • 86
  • 125
  • Have you tried what happens if you disable JavaScript from your own browser? – jsalonen Feb 11 '15 at 23:07
  • I'm in a work PC where I can't disable the javascript to test it, hence the question. – Victor Feb 11 '15 at 23:09
  • I answered initially, but giving it a thought, you probably should just ask it straight from their help & support site: https://support.stripe.com/ – jsalonen Feb 11 '15 at 23:15
  • 4
    I'm voting to close this question as off-topic because this question is specific to online payment provider and should be instead ask from their support. – jsalonen Feb 11 '15 at 23:15
  • 3
    There is a tag for "stripe-payments" with 995 questions, all specific to Stripe. For example other very specific question: http://stackoverflow.com/questions/19467287 has 11 votes, 6 stars and 4k views. – Victor Feb 11 '15 at 23:25

1 Answers1

2

I tried to click the Stripe button that opens the pop-window on my site, with Javascript turned off, and nothing happens. There's a short delay between the clicks but other than that, nothing happens.

Might be helpful to add a <noscript> tag.

JJJ
  • 3,314
  • 4
  • 29
  • 43