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 28104 - DOMStringMap should not be exposed on Worker
Summary: DOMStringMap should not be exposed on Worker
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/#the-dom...
Whiteboard: [good first bug]
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-26 05:02 UTC by contributor
Modified: 2015-10-30 11:02 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2015-02-26 05:02:07 UTC
Specification: https://html.spec.whatwg.org/
Multipage: https://html.spec.whatwg.org/multipage/#the-domstringmap-interface
Complete: https://html.spec.whatwg.org/#the-domstringmap-interface
Referrer: 

Comment:
DOMStringMap should not be exposed on Worker

Posted from: 14.162.102.153
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36 OPR/27.0.1689.69
Comment 1 Philip Jägenstedt 2015-02-26 05:04:16 UTC
It's only used for HTMLElement.dataset, and HTMLElement isn't exposed on Worker.
Comment 2 Philip Jägenstedt 2015-10-30 11:02:21 UTC
https://github.com/whatwg/html/pull/302