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 c72db83 commit c727ab4Copy full SHA for c727ab4
packages/core-js-types/src/base/annex-b/object-proto.d.ts
@@ -1,7 +1,7 @@
1
interface Object {
2
/**
3
* Accessor to [[Prototype]].
4
- * This is non-standard and deprecated; prefer get/set
+ * This is non-standard and deprecated; prefer { Object, Reflect }.{ getPrototypeOf, setPrototypeOf }
5
*/
6
__proto__: object | null;
7
}
0 commit comments