- From: Jinho Bang <notifications@github.com>
- Date: Tue, 02 Oct 2018 10:15:38 -0700
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 October 2018 17:15:59 UTC
@rsolomakhin PTAL I think other methods(`get()`, `delete()` and so on) no needs the check because instruments storage always empty before calling `set()`. `get()` will resolve `undefined`. `delete()` will resolve `false`. `keys()` will resolve `empty array`. `has()` will resolve `false`. `clear()` is unmeaningful because the storage is already empty. -- 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/pull/224#issuecomment-426356514
Received on Tuesday, 2 October 2018 17:15:59 UTC