Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM PushEvent.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_PUSHEVENTBINDINGFWD_H_
#define DOM_PUSHEVENTBINDINGFWD_H_
namespace mozilla {
namespace dom {
class ArrayBufferViewOrArrayBufferOrUSVString;
class OwningArrayBufferViewOrArrayBufferOrUSVString;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using PushMessageDataInit = ArrayBufferViewOrArrayBufferOrUSVString;
using OwningPushMessageDataInit = OwningArrayBufferViewOrArrayBufferOrUSVString;
} // namespace mozilla::dom
namespace mozilla::dom {
struct PushEventInit;
class PushEvent;
} // namespace mozilla::dom
#endif // DOM_PUSHEVENTBINDINGFWD_H_