- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 11 Nov 2016 07:39:39 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
- Message-ID: <whatwg/xhr/pull/97/c259984290@github.com>
@tabatkins hi again. I made substantial progress I think. Apart from the `FormData` issues, I now have these: ``` LINK ERROR: Multiple possible 'dfn' refs for 'origin'. Arbitrarily chose the one in url. If this is wrong, insert one of the following lines into a <pre class=link-defaults> block: spec:url; type:dfn; text:origin spec:html; type:dfn; for:/; text:origin spec:html; type:dfn; for:environment settings object; text:origin spec:fetch; type:dfn; text:origin spec:dom; type:dfn; text:origin ``` As far as I can tell I only reference "origin" twice and both times I do so in an unambiguous manner that has worked before. ``` LINK ERROR: Multiple possible 'idl' local refs for 'timeout'. Arbitrarily chose the one with type 'attribute' and for 'XMLHttpRequest'. ``` I'm not sure where this is coming from as all usage of `timeout` is appropriately qualified. ``` LINK ERROR: Multiple possible 'dfn' refs for 'fetch'. Arbitrarily chose the one in fetch. If this is wrong, insert one of the following lines into a <pre class=link-defaults> block: spec:fetch; type:dfn; for:fetch record; text:fetch spec:fetch; type:dfn; for:/; text:fetch ``` All usage of the term "fetch" and "fetching" is marked up with `for=/` so I don't understand where this is coming from either. I checked all of these several times. Would appreciate help. (I can't use -l debugging as that does not seem to work together with -f.) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/pull/97#issuecomment-259984290
Received on Friday, 11 November 2016 15:40:13 UTC