pl.wendigo.chrome.api.runtime / RemoveBindingRequest

RemoveBindingRequest

data class RemoveBindingRequest (source)

Represents request frame that can be used with Runtime#removeBinding operation call.

This method does not remove binding function from global object but unsubscribes current runtime agent from Runtime.bindingCalled notifications.

Link
Runtime#removeBinding method documentation.

See Also

RuntimeOperations.removeBinding

Constructors

<init>

RemoveBindingRequest(name: String)

Represents request frame that can be used with Runtime#removeBinding operation call.

Properties

name

val name: String