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 20930 - Readonly version of URLUtils
Summary: Readonly version of URLUtils
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: URL (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+urlspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-09 01:50 UTC by Ian 'Hixie' Hickson
Modified: 2013-02-13 11:42 UTC (History)
2 users (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2013-02-09 01:50:12 UTC
http://url.spec.whatwg.org/#interface-urlutils

For WorkerLocation I need a read-only version of URLUtils.
Comment 1 Anne 2013-02-12 09:51:53 UTC
Hmm, should we still expose .query on it? Do we need this at all in workers? If you want some specific path-data in workers couldn't you just pass the URL the the URL constructor and get the bits from there?
Comment 2 Ian 'Hixie' Hickson 2013-02-13 00:17:19 UTC
I don't need .query on this, no.