[Bug 25457] Adding "AutocompleteError" to error names table

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