We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the list of serializable types (https://heycam.github.io/webidl/#dfn-serializable-type) does not include unrestricted double and unrestricted float. Specs are relying on them being serializable (see https://drafts.fxtf.org/geometry-1/#dompointreadonly for an example), so it would probably make sense to add.
The text was updated successfully, but these errors were encountered:
This appears to be fixed by #323:
https://s3.amazonaws.com/pr-preview/tobie/webidl/tojson.html#dfn-json-types
Sorry, something went wrong.
Replace serializers by toJSON and [Default] extended attribute (#323)
a505f33
* Remove all serializers. * Add support for JSON stringification through the toJSON operation. * Add the [Default] extended attribute. * Add a default JSON operation. Fixes #188. Closes #259. Fixes #260. Fixes #262. Fixes #370. Closes https://www.w3.org/Bugs/Public/show_bug.cgi?id=27428.
Successfully merging a pull request may close this issue.
Currently, the list of serializable types (https://heycam.github.io/webidl/#dfn-serializable-type) does not include unrestricted double and unrestricted float. Specs are relying on them being serializable (see https://drafts.fxtf.org/geometry-1/#dompointreadonly for an example), so it would probably make sense to add.
The text was updated successfully, but these errors were encountered: