- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 21 Sep 2021 19:50:55 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 September 2021 02:51:07 UTC
@marcoscaceres commented on this pull request. > + <td>"https://example.com/resources/start"</td> + </tr> + <tr> + <td>""</td> + <td>"https://example.com/resources/start"</td> + <td>"https://example.com/"</td> + </tr> + <tr> + <td>"/"</td> + <td>"https://example.com/resources/start"</td> + <td>"https://example.com/"</td> + </tr> + <tr> + <td>"foo"</td> + <td>"https://example.com/resources/start"</td> + <td>"https://example.com/foo"</td> Oh, whoops! Yes, I misread the algorithm. That's easy to miss, so, I think we should pull origin out into a variable and then use that as the base. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/988#discussion_r713551901
Received on Wednesday, 22 September 2021 02:51:07 UTC