Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM MessageEvent.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_MESSAGEEVENTBINDINGFWD_H_
#define DOM_MESSAGEEVENTBINDINGFWD_H_
namespace mozilla {
namespace dom {
class OwningWindowProxyOrMessagePortOrServiceWorker;
class WindowProxyOrMessagePortOrServiceWorker;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using MessageEventSource = WindowProxyOrMessagePortOrServiceWorker;
using OwningMessageEventSource = OwningWindowProxyOrMessagePortOrServiceWorker;
} // namespace mozilla::dom
namespace mozilla::dom {
struct MessageEventInit;
class MessageEvent;
} // namespace mozilla::dom
#endif // DOM_MESSAGEEVENTBINDINGFWD_H_