| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c8b6de2 commit f4eeba8
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -364,7 +364,7 @@ adding the function as a property of `exports`. | |||
| 364 | 364 | ||
| 365 | 365 | To test it, run the following JavaScript: | |
| 366 | 366 | ||
| 367 | - ```cpp | ||
| 367 | + ```js | ||
| 368 | 368 | // test.js | |
| 369 | 369 | const addon = require('./build/Release/addon'); | |
| 370 | 370 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -235,7 +235,7 @@ decipher.end(); | |||
| 235 | 235 | ||
| 236 | 236 | Example: Using `Decipher` and piped streams: | |
| 237 | 237 | ||
| 238 | - ``` | ||
| 238 | + ```js | ||
| 239 | 239 | const crypto = require('crypto'); | |
| 240 | 240 | const fs = require('fs'); | |
| 241 | 241 | const decipher = crypto.createDecipher('aes192', 'a password'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments