MCPcopy Create free account
hub / github.com/Detanup01/gbe_fork / AddHeader

Method AddHeader

dll/steam_HTMLsurface.cpp:149–153  ·  view source on GitHub ↗

add this header to any url requests from this browser

Source from the content-addressed store, hash-verified

147
148// add this header to any url requests from this browser
149void 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
156void Steam_HTMLsurface::ExecuteJavascript( HHTMLBrowser unBrowserHandle, const char *pchScript )

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected