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

Use unsigned long long instead of unsigned long? #27

Closed
domenic opened this issue May 3, 2019 · 0 comments · Fixed by #37
Closed

Use unsigned long long instead of unsigned long? #27

domenic opened this issue May 3, 2019 · 0 comments · Fixed by #37

Comments

@domenic
Copy link
Collaborator

domenic commented May 3, 2019

This is extremely unlikely to matter in practice, especially for something that as far as I can tell is only exposed as a return value, but see https://w3ctag.github.io/design-principles/#numeric-types for guidance around consolidating around more-native-to-JS types instead of adding wrapping behavior.

This might be important if we ever want to do the sort of things mentioned in whatwg/webidl#33 (comment)

npm1 added a commit that referenced this issue May 7, 2019
@npm1 npm1 closed this as completed in #37 May 7, 2019
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

Successfully merging a pull request may close this issue.

1 participant