- From: <bugzilla@jessica.w3.org>
- Date: Fri, 08 Nov 2013 22:37:43 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21264 --- Comment #5 from Anne <annevk@annevk.nl> --- If you move it to Fetch you need to pass fetch a document. However, given that fetching happens in its own world (that can be its own thread) that does not really work. We did consider passing a document to fetch and using it for a number of things and leaving the separate thread thing as an application detail. However, it becomes observable if certain attributes of the document are modified and therefore it really is better to have this all sorted in advance. It's not entirely clear to me what the best way of solving this is. Probably need to better understand how the various pieces fit together first. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 8 November 2013 22:37:45 UTC