pl.wendigo.chrome.api.dom / GetFileInfoRequest

GetFileInfoRequest

data class GetFileInfoRequest (source)

Represents request frame that can be used with DOM#getFileInfo operation call.

Returns file information for the given File wrapper.

Link
DOM#getFileInfo method documentation.

See Also

DOMOperations.getFileInfo

Constructors

<init>

GetFileInfoRequest(objectId: RemoteObjectId)

Represents request frame that can be used with DOM#getFileInfo operation call.

Properties

objectId

val objectId: RemoteObjectId

JavaScript object id of the node wrapper.