webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
CommandLineAPIHost Interface Reference

import"CommandLineAPIHost.idl";

Public Member Functions

void clearConsoleMessages ()
 
void copyText (DOMString text)
 
void inspect (any objectId, any hints)
 
any inspectedObject ()
 
Array getEventListeners (Node node)
 
DOMString databaseId (any database)
 
DOMString storageId (any storage)
 

Member Function Documentation

◆ clearConsoleMessages()

void CommandLineAPIHost::clearConsoleMessages ( )

◆ copyText()

void CommandLineAPIHost::copyText ( DOMString  text)

◆ databaseId()

DOMString CommandLineAPIHost::databaseId ( any  database)

◆ getEventListeners()

Array CommandLineAPIHost::getEventListeners ( Node  node)

◆ inspect()

void CommandLineAPIHost::inspect ( any  objectId,
any  hints 
)

◆ inspectedObject()

any CommandLineAPIHost::inspectedObject ( )

◆ storageId()

DOMString CommandLineAPIHost::storageId ( any  storage)

The documentation for this interface was generated from the following file: