- From: <bugzilla@jessica.w3.org>
- Date: Wed, 07 May 2014 18:34:25 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25457 Domenic Denicola <domenic@domenicdenicola.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |domenic@domenicdenicola.com --- Comment #6 from Domenic Denicola <domenic@domenicdenicola.com> --- Let's pretend you were writing in a language that primarily used synchronous code for this sort of thing. E.g. Java or C#, before their recent shifts to async, or Ruby and Python, where async is a minority. If you called requestAutocomplete(), and the user cancelled, what would you expect? A return value of `false`? A thrown exception? Something else? That should guide the answer here. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Wednesday, 7 May 2014 18:34:27 UTC