Chrome defines a method on Promise "defer", but this is not in the spec - is this non-standard?
In Chrome:
typeof Promise.defer === 'function' // true
But I cannot see anything in the ES2015 spec mentioning this API. Presumably this is vestigial?
Chrome version: 51.0.2704.103 m