Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Records don't seem to be working right #72

Closed
marcoscaceres opened this issue Jun 23, 2017 · 1 comment
Closed

Records don't seem to be working right #72

marcoscaceres opened this issue Jun 23, 2017 · 1 comment

Comments

@marcoscaceres
Copy link
Member

Given:

dictionary Foo {
  record<DOMString, USVString> keys;
};

Getting:

base-runner.js:47 TypeError: Cannot read property 'nullable' of undefined
    at idlType2Text (webidl.js:235)
    at idlType2Text (webidl.js:270)
    at idlType2Text (webidl.js:267)
    at webidl.js:536
    at Array.forEach (<anonymous>)
    at writeDefinition (webidl.js:527)
    at webidl.js:503
    at Array.map (<anonymous>)
    at makeMarkup (webidl.js:502)
    at HTMLPreElement.<anonymous> (webidl.js:1171)

It's affecting spec:
https://w3c.github.io/push-api/#dom-pushsubscription

@marcoscaceres
Copy link
Member Author

Sorry, wrong repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant