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

Nullable promise parameter not parsed correctly #390

Closed
mvano opened this issue Jan 14, 2015 · 1 comment
Closed

Nullable promise parameter not parsed correctly #390

mvano opened this issue Jan 14, 2015 · 1 comment
Labels

Comments

@mvano
Copy link

mvano commented Jan 14, 2015

When IDL indicates a nullable promise parameter, respec does not link the param type at all. In the example below, I would expect it to link Foo to its definition, excluding the question mark.

Promise<Foo?>    getFoo ();

I ran into this with the Push API spec for getSubscription: https://w3c.github.io/push-api/#pushmanager-interface

@marcoscaceres
Copy link
Member

wfm.. might have been an old school idl problem

shikhar-scs pushed a commit to shikhar-scs/respec that referenced this issue Feb 19, 2018
shikhar-scs pushed a commit to shikhar-scs/respec that referenced this issue Feb 19, 2018
shikhar-scs pushed a commit to shikhar-scs/respec that referenced this issue Feb 19, 2018
shikhar-scs pushed a commit to shikhar-scs/respec that referenced this issue Feb 19, 2018
shikhar-scs pushed a commit to shikhar-scs/respec that referenced this issue Feb 19, 2018
shikhar-scs pushed a commit to shikhar-scs/respec that referenced this issue Feb 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants