We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca9029 commit 0523614Copy full SHA for 0523614
lib/internal/policy/manifest.js
@@ -76,7 +76,7 @@ class Manifest {
76
#dependencies = new SafeMap();
77
/**
78
* (Error) => undefined
79
- *
+ *
80
* Performs default action for what happens when a manifest encounters
81
* a violation such as abort()ing or exiting the process, throwing the error,
82
* or logging the error.
@@ -87,7 +87,7 @@ class Manifest {
87
* `obj` should match the policy file format described in the docs
88
* it is expected to not have prototype pollution issues either by reassigning
89
* the prototype to `null` for values or by running prior to any user code.
90
91
* `manifestURL` is a URL to resolve relative locations against.
92
*/
93
constructor(obj, manifestURL) {
0 commit comments