Skip to content

doc: Use `readFileSync` instead of `fs.readFileSync` in ALPN sample

Rodrigo Muino Tomonari requested to merge github/fork/miensol/patch-1 into master

ALPN negotiation sample uses fs.readFileSync. However readFileSync is imported into top level variable and should thus be used instead.

Checklist
Affected core subsystem(s)

doc

Merge request reports

Loading