- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 25 Jul 2017 02:05:38 -0700
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 25 July 2017 09:06:20 UTC
Also, you are missing ` .values()` For reference, please see: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Map ## Properties * Map.prototype * Map.prototype.size * Map.prototype[@@toStringTag] * get Map[@@species] ## Methods * Map.prototype.clear() *Map.prototype.delete() * Map.prototype.entries() * Map.prototype.forEach() * Map.prototype.get() * Map.prototype.has() * Map.prototype.keys() * Map.prototype.set() * Map.prototype.values() * Map.prototype[@@iterator]() Or maybe we can make this a set: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Set -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-handler/issues/173#issuecomment-317676556
Received on Tuesday, 25 July 2017 09:06:20 UTC