revBrowserRemoveJavaScriptHandler | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Removes the named handler from the 'LiveCode' object within the current JavaScript context of the browser. | |||||||||
Introduced | 6.7 | |||||||||
OS | mac, windows | |||||||||
Platforms | desktop | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Command: revBrowserStop, revBrowserPrint, revBrowserSet, revBrowserMakeTextBigger, revBrowserNavigate, revBrowserAddJavaScriptHandler, revBrowserClose Function: revBrowserOpenCef Message: browserOver, browserNewInstance, browserNewUrlWindow, browserDownloadRequest, browserNavigateCompleteFrame | |||||||||
Security | network | |||||||||
Description | The revBrowserRemoveJavaScriptHandler removes the named handler from the 'liveCode' object within the current JavaScript context of the browser. Calling the revBrowserRemoveJavaScriptHandler function will remove the corresponding function from the global JavaScript 'LiveCode' object. JavaScript within the browser will no longer be able to call the named handler. The handler must have previously been registered with the revBrowserAddJavaScriptHandler command. |