You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ Creates a new instance of the wrapper class and corresponding implementation cla
282
282
283
283
This is useful inside implementation class files, where it is easiest to only deal with impls, not wrappers.
284
284
285
-
#### `new(globalObject [ , newTarget ])`
285
+
#### `new(globalObject, newTarget)`
286
286
287
287
Creates a new instance of the wrapper class and corresponding implementation class, but without invoking the implementation class constructor logic. Then returns the implementation class.
0 commit comments