modify CertVerifier Class
* respond to multiple similar verification requests. * accept net error result as callback response.
This commit is contained in:
parent
d00a96ce35
commit
e29b64a18a
8 changed files with 199 additions and 33 deletions
|
@ -79,7 +79,8 @@ const wrapArgs = function (args, visited) {
|
|||
return {
|
||||
type: 'function',
|
||||
id: callbacksRegistry.add(value),
|
||||
location: v8Util.getHiddenValue(value, 'location')
|
||||
location: v8Util.getHiddenValue(value, 'location'),
|
||||
length: value.length
|
||||
}
|
||||
} else {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue