Add bindings support for unrestricted float/double values.

This commit is contained in:
Tetsuharu OHZEKI 2015-03-01 16:31:42 +09:00
parent 1f0291c4db
commit 2bf2c0020b
4 changed files with 62 additions and 3 deletions

View file

@ -16,7 +16,9 @@
//! | unsigned long | `u32` |
//! | long long | `i64` |
//! | unsigned long long | `u64` |
//! | unrestricted float | `f32` |
//! | float | `f32` |
//! | unrestricted double | `f64` |
//! | double | `f64` |
//! | DOMString | `DOMString` |
//! | USVString | `USVString` |