★ wanayoo — archive 1999 https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Operators/new.targetNouvelle recherche | Portail wanayoo

new.target

von 3 Mitwirkenden:
Unsere Freiwilligen haben diesen Artikel noch nicht in Deutsch übersetzt. Machen Sie mit und helfen Sie, das zu erledigen!

This is a new technology, part of the ECMAScript 2015 (ES6) standard.
This technology's specification has been finalized, but check the compatibility table for usage and implementation status in various browsers.

The new.target syntax is available in all functions. In constructors, new.target refers to the constructor that was invoked by new. In normal function calls, new.target is undefined.

Syntax

new.target

Description

TBD

Examples

Using new.target in function calls

// TBD

Using new.target in classes

// TBD

Using new.target in arrow functions

// TBD

Specifications

Specification Status Comment
ECMAScript 2015 (6th Edition, ECMA-262)
The definition of 'Built-in Function Objects' in that specification.
Standard Initial definition.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support Not supported 41 (41) Not supported Not supported Not supported
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support Not supported Not supported 41.0 (41) Not supported Not supported Not supported

See also

Schlagwörter des Dokuments und Mitwirkende

Mitwirkende an dieser Seite: dzlabs, imconfig, fscholz
Zuletzt aktualisiert von: dzlabs,
Seitenleiste ausblenden