In most browsers (including older versions of Safari), the Javascript prompt function returns null when the user clicks \"Cancel\", and the empty s
prompt
null
var res = prompt('hello?', '') if (res === null || res === '' && isSafari && confirm('was that cancel?')) cancel