mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Support for extension methods, getResponseHeader(), and an extra error
This commit is contained in:
parent
1184b500e5
commit
e8de5f2f55
6 changed files with 51 additions and 27 deletions
|
@ -2622,7 +2622,7 @@ use js::jsapi::JSContext;
|
|||
use js::jsval::JSVal;
|
||||
|
||||
#[repr(uint)]
|
||||
#[deriving(Encodable)]
|
||||
#[deriving(Encodable, Eq)]
|
||||
pub enum valuelist {
|
||||
%s
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue