Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yujiosaka/headless-chrome-crawler
/ csv-exporter.js
File
csv-exporter.js
examples/csv-exporter.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
HCCrawler = require(
'headless-chrome-crawler'
);
2
const
CSVExporter = require(
'headless-chrome-crawler/exporter/csv'
);
3
4
const
FILE =
'./tmp/result.csv'
;
Callers
nothing calls this directly
Calls
4
launch
Method · 0.80
queue
Method · 0.80
onIdle
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected