add this header to any url requests from this browser
| 147 | |
| 148 | // add this header to any url requests from this browser |
| 149 | void Steam_HTMLsurface::AddHeader( HHTMLBrowser unBrowserHandle, const char *pchKey, const char *pchValue ) |
| 150 | { |
| 151 | PRINT_DEBUG_TODO(); |
| 152 | std::lock_guard<std::recursive_mutex> lock(global_mutex); |
| 153 | } |
| 154 | |
| 155 | // run this javascript script in the currently loaded page |
| 156 | void Steam_HTMLsurface::ExecuteJavascript( HHTMLBrowser unBrowserHandle, const char *pchScript ) |
no outgoing calls
no test coverage detected