Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 667 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 667 Bytes

Browser Examples

Download Sensor Binary

A minimalist example to select and download CrowdStrike Falcon binary.

Read the source code

Build the example

npm run build:devel
NAME=sensor_download
./node_modules/esbuild/bin/esbuild --bundle ./examples/browser/${NAME}.ts --outfile=./examples/browser/${NAME}.js  --global-name=${NAME}

Run the example:

  • point your web browser to the html file

Other Examples

Exemplary Chrome Extension exists to show case use of FalconJS inside a browser.