Re: L3 Core: DOMError.clone()

On Fri, 2003-08-01 at 01:21, Curt Arnold wrote:
> The description of DOMErrorHandler.handleError mentions that the error 
> parameter may be reused across multiple calls.  That would suggest the 
> need for a clone method on DOMError in case a handler wishes to hold on 
> the error.

We did see this use case as common enough to necessitate the addition of
DOMError.clone() in the API. This operation can easily be done by the
application in any case.

Philippe

Received on Thursday, 28 August 2003 15:36:04 UTC