removeBinding

suspend fun removeBinding(args: Runtime.RemoveBindingParameter, mode: CommandMode = CommandMode.DEFAULT)

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


suspend fun removeBinding(name: String)

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

Parameters

name

No description