This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28835 - Reconsider the Worker base url
Summary: Reconsider the Worker base url
Status: RESOLVED MOVED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/#dom-worker
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-22 07:12 UTC by contributor
Modified: 2015-09-22 06:55 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2015-06-22 07:12:37 UTC
Specification: https://html.spec.whatwg.org/multipage/workers.html
Multipage: https://html.spec.whatwg.org/multipage/#dom-worker
Complete: https://html.spec.whatwg.org/#dom-worker
Referrer: https://html.spec.whatwg.org/multipage/

Comment:
Reconsider the Worker base url

Posted from: 193.190.253.150 by ms2ger@gmail.com
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0
Comment 1 Ms2ger 2015-06-22 07:13:37 UTC
Right now, the pre-redirect url is used. This doesn't seem to match anything else in the platform. See <https://github.com/w3c/web-platform-tests/pull/1763> for tests.
Comment 2 Anne 2015-08-04 08:58:00 UTC
What is implemented? Can we get this changed in implementations and tests before fixing the specification?
Comment 3 Ms2ger 2015-08-04 12:17:07 UTC
Gecko (and Servo) use the post-redirect URL; I believe at least Chrome follows the spec.
Comment 4 Anne 2015-09-22 06:55:02 UTC
https://github.com/whatwg/html/pull/165