Re: [fxtf-drafts] [geometry] DOMMatrix stringifier in workers

As far as I can tell from WebIDL, `[Exposed=Window] stringifier;` should work. `stringifier;` is shorthand for `stringifier DOMString ();`, which is an interface member, and `[Exposed]` applies to interface members.

-- 
GitHub Notification of comment by zcorpan
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/145#issuecomment-300906874 using your GitHub account

Received on Thursday, 11 May 2017 20:24:46 UTC