Support for extension methods, getResponseHeader(), and an extra error

This commit is contained in:
Manish Goregaokar 2014-06-07 23:05:59 +05:30
parent 1184b500e5
commit e8de5f2f55
6 changed files with 51 additions and 27 deletions

View file

@ -2622,7 +2622,7 @@ use js::jsapi::JSContext;
use js::jsval::JSVal;
#[repr(uint)]
#[deriving(Encodable)]
#[deriving(Encodable, Eq)]
pub enum valuelist {
%s
}