diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-07-13 05:04:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 11:04:02 +0200 |
| commit | a4e6bb268d21f056709beb6672e36390325e3c7d (patch) | |
| tree | 3413df9a66a45561d8df22c93cbd8bd1598d48da /files/de/orphaned/web/javascript/reference/global_objects/asyncfunction | |
| parent | 394f267824127692f472fc71a94f2d78ee9db819 (diff) | |
| download | translated-content-a4e6bb268d21f056709beb6672e36390325e3c7d.tar.gz translated-content-a4e6bb268d21f056709beb6672e36390325e3c7d.tar.bz2 translated-content-a4e6bb268d21f056709beb6672e36390325e3c7d.zip | |
delete conflicting/orphaned docs in de (#1422)
Diffstat (limited to 'files/de/orphaned/web/javascript/reference/global_objects/asyncfunction')
| -rw-r--r-- | files/de/orphaned/web/javascript/reference/global_objects/asyncfunction/prototype/index.html | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/files/de/orphaned/web/javascript/reference/global_objects/asyncfunction/prototype/index.html b/files/de/orphaned/web/javascript/reference/global_objects/asyncfunction/prototype/index.html deleted file mode 100644 index 61f13c6b93..0000000000 --- a/files/de/orphaned/web/javascript/reference/global_objects/asyncfunction/prototype/index.html +++ /dev/null @@ -1,62 +0,0 @@ ---- -title: AsyncFunction.prototype -slug: orphaned/Web/JavaScript/Reference/Global_Objects/AsyncFunction/prototype -tags: - - Experimental - - JavaScript - - Property - - Prototype - - Reference -translation_of: Web/JavaScript/Reference/Global_Objects/AsyncFunction/prototype -original_slug: Web/JavaScript/Reference/Global_Objects/AsyncFunction/prototype ---- -<div>{{JSRef}}</div> - -<p>Die <code><strong>AsyncFunction.prototype</strong></code> Eigenschaft repräsentiert den Prototypen des {{jsxref("AsyncFunction")}} Objektes.</p> - -<h2 id="Beschreibung">Beschreibung</h2> - -<p>{{jsxref("AsyncFunction")}} Objekte erben von <code>AsyncFunction.prototype</code>. <code>AsyncFunction.prototype</code> kann nicht verändert werden.</p> - -<h2 id="Eigenschaften">Eigenschaften</h2> - -<dl> - <dt><code><strong>AsyncFunction.constructor</strong></code></dt> - <dd>Der Initialwert ist {{jsxref("AsyncFunction")}}.</dd> - <dt><code><strong>AsyncFunction.prototype[@@toStringTag]</strong></code></dt> - <dd>Gibt <code>"AsyncFunction"</code> zurück.</dd> -</dl> - -<h2 id="Spezifikationen">Spezifikationen</h2> - -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Spezifikation</th> - <th scope="col">Status</th> - <th scope="col">Kommentar</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('ESDraft', '#sec-async-function-constructor-prototype', 'AsyncFunction.prototype')}}</td> - <td>{{Spec2('ESDraft')}}</td> - <td>Initiale Definition in ES2017.</td> - </tr> - </tbody> -</table> - -<h2 id="Browserkompatibilität">Browserkompatibilität</h2> - -<div> - - -<p>{{Compat("javascript.builtins.AsyncFunction.prototype")}}</p> -</div> - -<h2 id="Siehe_auch">Siehe auch</h2> - -<ul> - <li>{{jsxref("AsyncFunction")}}</li> - <li>{{jsxref("Function")}}</li> -</ul> |
