RemoteObjectSubtype

@Serializable(with = RemoteObjectSubtypeSerializer::class)
sealed interface RemoteObjectSubtype

This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:

  • the property 'subtype' of the type 'RemoteObject'

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object array : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object arraybuffer : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object dataview : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object date : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object error : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object generator : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object iterator : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object map : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object node : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data class NotDefinedInProtocol(val value: String) : RemoteObjectSubtype

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).

Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object null : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object promise : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object proxy : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object regexp : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object set : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object trustedtype : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object typedarray : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object wasmvalue : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object weakmap : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object weakset : RemoteObjectSubtype
Link copied to clipboard
@Serializable(with = RemoteObjectSubtypeSerializer::class)
data object webassemblymemory : RemoteObjectSubtype