Skip to content

Commit 52e1937

Browse files
babotdarwin
authored andcommitted
1 parent ea3da39 commit 52e1937

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# chromex [![GitHub license](https://img.shields.io/github/license/binaryage/chromex.svg)](license.txt) [![Clojars Project](https://img.shields.io/clojars/v/binaryage/chromex.svg)](https://clojars.org/binaryage/chromex) [![Travis](https://img.shields.io/travis/binaryage/chromex.svg)](https://travis-ci.org/binaryage/chromex) [![Sample Project](https://img.shields.io/badge/project-example-ff69b4.svg)](https://github.com/binaryage/chromex-sample)
22

3-
This library is auto-generated. Current version was **generated on 2017-10-06** from [**Chromium @ c74acf2**](https://chromium.googlesource.com/chromium/src.git/+/c74acf2507bf54f87a72e4140e4e8e994dda84cd).
3+
This library is auto-generated. Current version was **generated on 2017-10-07** from [**Chromium @ 113567d**](https://chromium.googlesource.com/chromium/src.git/+/113567d11fbef2f667155a7456fe8cb220844524).
44

55
Looking for a nightly version? Check out [**nightly branch**](https://github.com/binaryage/chromex/tree/nightly) which gets updated nightly if there were any new API changes.
66

src/apps/chromex/app/notifications.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
2020
|notification-id| - Identifier of the notification. If not set or empty, an ID will automatically be generated. If it
2121
matches an existing notification, this method first clears that notification before proceeding with
22-
the create operation.The notificationId parameter is required before Chrome 42.
22+
the create operation. The identifier may not be longer than 500 characters.The notificationId
23+
parameter is required before Chrome 42.
2324
|options| - Contents of the notification.
2425
2526
This function returns a core.async channel which eventually receives a result value and closes.

src/exts/chromex/ext/notifications.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
2020
|notification-id| - Identifier of the notification. If not set or empty, an ID will automatically be generated. If it
2121
matches an existing notification, this method first clears that notification before proceeding with
22-
the create operation.The notificationId parameter is required before Chrome 42.
22+
the create operation. The identifier may not be longer than 500 characters.The notificationId
23+
parameter is required before Chrome 42.
2324
|options| - Contents of the notification.
2425
2526
This function returns a core.async channel which eventually receives a result value and closes.

0 commit comments

Comments
 (0)