- From: Philippe Le Hegaret <plh@w3.org>
- Date: 28 Aug 2003 15:33:14 -0400
- To: Curt Arnold <carnold@houston.rr.com>
- Cc: WWW DOM <www-dom@w3.org>
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