https://github.com/mozilla/servo/pull/2101 has finally merged, so here's
what you need to know if you're writing DOM code now:
* members of DOM types that are themselves DOM types must use JS (eg.
parent_node: Option>)
* all WebIDL methods for type Foo must be declared in a public
FooMethods t
On 5/3/14 12:30 PM, Josh Matthews wrote:
Learn to love it. When you find a type error where something is asking
for a JSRef and you're not providing it, that's a potential GC hazard
that the compiler is rejecting.
Kudos! This is a major milestone.
Patrick
_
This is great!
-Manish Goregaokar
On Sun, May 4, 2014 at 1:04 AM, Patrick Walton wrote:
> On 5/3/14 12:30 PM, Josh Matthews wrote:
>
>> Learn to love it. When you find a type error where something is asking
>> for a JSRef and you're not providing it, that's a potential GC hazard
>> that the co
3 matches
Mail list logo