- From: L. David Baron <dbaron@dbaron.org>
- Date: Fri, 8 Sep 2006 16:31:23 -0700
- To: public-webapi@w3.org
- Cc: Tim Berners-Lee <timbl@w3.org>, tabulator@csail.mit.edu
Received on Friday, 8 September 2006 23:31:44 UTC
On Friday 2006-09-08 16:20 -0700, L. David Baron wrote: > It seems like the ideal solution for this would be a "responseLocation" > or "responseURI" property that gives the URI of the document contained > in responseText/responseXML. I think a significant number of consumers > of XMLHttpRequest could find such a property useful. On second thought, this is unnecessary since DOM Level 3 Core introduced Document.documentURI [1] and Node.baseURI [2]. -David [1] http://www.w3.org/TR/DOM-Level-3-Core/core.html#Document3-documentURI [2] http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-baseURI -- L. David Baron <URL: http://dbaron.org/ > Technical Lead, Layout & CSS, Mozilla Corporation
Received on Friday, 8 September 2006 23:31:44 UTC