Copy as Markdown
Other Tools
/* THIS FILE IS AUTOGENERATED FROM Notification.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_NOTIFICATIONBINDINGFWD_H_
#define DOM_NOTIFICATIONBINDINGFWD_H_
namespace mozilla {
namespace dom {
class OwningUnsignedLongOrUnsignedLongSequence;
class UnsignedLongOrUnsignedLongSequence;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using VibratePattern = UnsignedLongOrUnsignedLongSequence;
using OwningVibratePattern = OwningUnsignedLongOrUnsignedLongSequence;
} // namespace mozilla::dom
namespace mozilla {
namespace dom {
struct GetNotificationOptions;
struct NotificationAction;
struct NotificationOptions;
class Notification;
} // namespace dom
} // namespace mozilla
#endif // DOM_NOTIFICATIONBINDINGFWD_H_