We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559284b commit 698e0a2Copy full SHA for 698e0a2
lib/internal/per_context/primordials.js
@@ -104,17 +104,28 @@ primordials.SafePromise = makeSafe(
104
'Array',
105
'ArrayBuffer',
106
'BigInt',
107
+ 'BigInt64Array',
108
+ 'BigUint64Array',
109
'Boolean',
110
'Date',
111
'Error',
112
+ 'Float32Array',
113
+ 'Float64Array',
114
'Function',
115
+ 'Int16Array',
116
+ 'Int32Array',
117
+ 'Int8Array',
118
'Map',
119
'Number',
120
'Object',
121
'RegExp',
122
'Set',
123
'String',
124
'Symbol',
125
+ 'Uint16Array',
126
+ 'Uint32Array',
127
+ 'Uint8Array',
128
+ 'Uint8ClampedArray',
129
'WeakMap',
130
'WeakSet',
131
].forEach((name) => {
0 commit comments