Skip to content

Commit 39e6111

Browse files
committed
Add missing heading
1 parent 2a2ff43 commit 39e6111

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/assert/is-node

lib/node_modules/@stdlib/assert/is-node/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ var bool = IS_NODE;
2525

2626
<section class="notes">
2727

28+
## Notes
29+
2830
- In order to determine whether the runtime is [Node.js][node-js], the implementation must resolve the global scope, thus requiring function generation. The use of function generation may be problematic in browser contexts enforcing a strict [content security policy][mdn-csp] (CSP).
2931

3032
</section>

0 commit comments

Comments
 (0)