[webidl] What should the property descriptor for @@unscopeable look like? (#102)

Should it be enumerable?  Writable?  Configurable?

The spec currently just says:

>  then there MUST be a property on the interface prototype object whose name is the @@unscopeables symbol and whose value is an object created as follows

with nothing about the other parts of the property descriptor.  I'm assuming this thing should be writable, configurable, and enumerable.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/102

Received on Friday, 25 March 2016 17:52:19 UTC