w3c / geofencing-api

13 stars 9 forks source link

What is a sequence? #6

Closed marcoscaceres closed 9 years ago

marcoscaceres commented 9 years ago

The spec says:

Let geofences be a new sequence.

This should be either an array or a set... it's not clear what a "sequence" binds to in JS.

mkruisselbrink commented 9 years ago

So it's not enough that webidl defines a sequence and that it binds to an array in JS? I'll change it to array...

marcoscaceres commented 9 years ago

No, sorry! I had totally forgotten about sequence. Can you please link to WebIDL sequence.