Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DemonMartin/node-camoufox
/ debug
Function
debug
example.js:4–4 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
2
import
{ CamoufoxServer } from
'./src/CamoufoxServer.js'
;
3
4
const
debug = (msg) => console.log(`[${
new
Date().toISOString()}] ${msg}`);
5
6
async
function
runExample() {
7
const
server =
new
CamoufoxServer({
Callers
1
runExample
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected