Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNot registering a WebIDL interface causes associated enums to be skipped #2280
Labels
Comments
|
This is not true anymore given we use |
|
Our solution to not exposing it to the web is to use Pref. It is still true that interface descriptors that are not registered cause associated enums to be skipped. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Marking TestBinding as
register: no(which is what we want so as not to expose it to the web) yields a compile error since TestEnum can't be found.