Re: Proposal: Fire a toneDiscarded event while discarding the invalid DTMF values.

On 2014-06-11 11:58, Harald Alvestrand wrote:
> On 06/11/2014 09:44 AM, Kiran Kumar Guduru wrote:
>> Samsung Enterprise Portal mySingle
>>
>> Hi,
>>
>> It has been discussed to discard the invalid DTMF values while
>> playing, instead of raising an error.
>>
>> Instead of just discarding the invalid values.
>>
>> I would like to propose, to fire a 'toneDiscarded' event when any
>> invalid DTMF value is discarded.
>>
>> This may help the app to track the playout properly.
>>
>> What do you say?
>>
>
> Alternatively, we can fire the tonechange event even if the character is
> unrecognized (move the "fire an event" step to before the "discard" step")
>
> I don't see a reason to complexify the interface more with another event
> type.

This error case is pretty good match for the predefined 
InvalidCharacterError DOMError. So we should just throw when the method 
is called.

"InvalidCharacterError": The string contains invalid characters.

No new API surface.

/Adam

Received on Wednesday, 11 June 2014 11:35:04 UTC