Skip to content
Success

Changes

Summary

  1. Notification: don't fail if system does not support native notifications (commit: 0f1a82a) (details)
  2. Extension: support class reference object type (commit: d4a4d5d) (details)
Commit 0f1a82abd7bc561b497c39c515921e9c3b28552b by Claudio Guglielmo
Notification: don't fail if system does not support native notifications

iOS Safari started supporting notifications with version 16.4.
Earlier versions fail with the following error:

Can't find variable: Notification
    at requestPermission (../src/desktop/notification/DesktopNotification.ts:184:19)

355298
(commit: 0f1a82a)
The file was modified eclipse-scout-core/src/desktop/notification/DesktopNotification.ts (diff)
Commit d4a4d5d42e3e6154e8c40fc618d5891b3b70a0c2 by Claudio Guglielmo
Extension: support class reference object type
(commit: d4a4d5d)
The file was modified eclipse-scout-core/src/Extension.ts (diff)