[web-nfc] Pull Request: Ignore abort signal if push operation can't be aborted, fixes #239.

DonnaWuDongxia has just submitted a new pull request for https://github.com/w3c/web-nfc:

== Ignore abort signal if push operation can't be aborted, fixes #239. ==
@kenchris @zolkis  would you please take a look at this? In current implementation, we just rely on the response of push operation if it can't be aborted. As the abort signal will reject the same JS promise with the response to the push method, so if we reject the promise when the operation can't be aborted, we will failed to notice the developer about the real response to the push operation. So, Reilly and me suggest we just ignore the Abort signal when the push operation can't be aborted. 
This is described in #239 .

See https://github.com/w3c/web-nfc/pull/241

Received on Wednesday, 24 July 2019 12:17:37 UTC