Copy as Markdown
Other Tools
/* THIS FILE IS AUTOGENERATED FROM SessionStoreUtils.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_SESSIONSTOREUTILSBINDINGFWD_H_
#define DOM_SESSIONSTOREUTILSBINDINGFWD_H_
namespace mozilla {
namespace dom {
class OwningStringOrBooleanOrObject;
class StringOrBooleanOrObject;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using CollectedFormDataValue = StringOrBooleanOrObject;
using OwningCollectedFormDataValue = OwningStringOrBooleanOrObject;
} // namespace mozilla::dom
namespace mozilla::dom {
struct CollectedCustomElementValue;
struct CollectedData;
struct CollectedFileListValue;
struct CollectedNonMultipleSelectValue;
struct InputElementData;
class SessionStoreUtils;
} // namespace mozilla::dom
#endif // DOM_SESSIONSTOREUTILSBINDINGFWD_H_