javascript Programming Glossary: communicates
Accessing global object from content script in chrome extension http://stackoverflow.com/questions/10052259/accessing-global-object-from-content-script-in-chrome-extension are needed. Here's an example in which the content script communicates with the background page Example background page function some_method..
Call background function of Chrome extension from a site http://stackoverflow.com/questions/13777887/call-background-function-of-chrome-extension-from-a-site hello using Content scripts. The injected function communicates with the content script using a custom event or postMessage..
Unescape HTML entities in Javascript? http://stackoverflow.com/questions/1912501/unescape-html-entities-in-javascript entities in Javascript I have some Javascript code that communicates with an XML RPC backend. The XML RPC returns strings of the..
Javascript/jquery to download file via POST with JSON data http://stackoverflow.com/questions/3499597/javascript-jquery-to-download-file-via-post-with-json-data JSON data I have a jquery based single page webapp. It communicates with a RESTful web service via AJAX calls. I'm trying to accomplish..
Is there a way to get the HTML in a webview in an Android app? http://stackoverflow.com/questions/4543663/is-there-a-way-to-get-the-html-in-a-webview-in-an-android-app to inject some JavaScript into the webpage which then communicates with my application in a hopefully safe way via message passing..
Using socket.io standalone without node.js http://stackoverflow.com/questions/8182631/using-socket-io-standalone-without-node-js I am trying to build a JavaScript based client app that communicates with a server app over socket. I came across socket.io . Is.. a simple config client utility that runs on Win32 that communicates with a custom server that supports socket communication with..
|