feat: add support for UNNotificationResponse in app 'ready' event (#25950)

This commit is contained in:
Milan Burda 2020-10-28 02:25:10 +01:00 committed by GitHub
parent bf89237f60
commit d2727f5aba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 50 additions and 9 deletions

View file

@ -297,4 +297,4 @@ Then, in your Electron application, require the module:
```js
const S3 = require('aws-sdk/clients/s3')
```
```