aboutsummaryrefslogtreecommitdiff
path: root/files/de/conflicting/web/javascript/reference/global_objects/generatorfunction
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-13 05:04:02 -0400
committerGitHub <noreply@github.com>2021-07-13 11:04:02 +0200
commita4e6bb268d21f056709beb6672e36390325e3c7d (patch)
tree3413df9a66a45561d8df22c93cbd8bd1598d48da /files/de/conflicting/web/javascript/reference/global_objects/generatorfunction
parent394f267824127692f472fc71a94f2d78ee9db819 (diff)
downloadtranslated-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/conflicting/web/javascript/reference/global_objects/generatorfunction')
-rw-r--r--files/de/conflicting/web/javascript/reference/global_objects/generatorfunction/index.html68
1 files changed, 0 insertions, 68 deletions
diff --git a/files/de/conflicting/web/javascript/reference/global_objects/generatorfunction/index.html b/files/de/conflicting/web/javascript/reference/global_objects/generatorfunction/index.html
deleted file mode 100644
index a488196f60..0000000000
--- a/files/de/conflicting/web/javascript/reference/global_objects/generatorfunction/index.html
+++ /dev/null
@@ -1,68 +0,0 @@
----
-title: GeneratorFunction.prototype
-slug: conflicting/Web/JavaScript/Reference/Global_Objects/GeneratorFunction
-tags:
- - ECMAScript 2015
- - GeneratorFunction
- - Iterator
- - JavaScript
- - Property
- - Prototype
- - Reference
-translation_of: Web/JavaScript/Reference/Global_Objects/GeneratorFunction
-translation_of_original: Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype
-original_slug: Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype
----
-<div>{{JSRef}}</div>
-
-<p>Die <code><strong>GeneratorFunction.prototype</strong></code> Eigenschaft repräsentiert den Prototypen des {{jsxref("GeneratorFunction")}} Objektes.</p>
-
-<h2 id="Beschreibung">Beschreibung</h2>
-
-<p>{{jsxref("GeneratorFunction")}} Objekt erbt von <code>GeneratorFunction.prototype</code>. <code>GeneratorFunction.prototype</code> kann nicht verändert werden.</p>
-
-<h2 id="Eigenschaften">Eigenschaften</h2>
-
-<dl>
- <dt><code><strong>GeneratorFunction.constructor</strong></code></dt>
- <dd>Der initiale Wert von {{jsxref("GeneratorFunction")}}.</dd>
- <dt><code><strong>GeneratorFunction.prototype.prototype</strong></code></dt>
- <dd>Der Wert ist <code>%GeneratorPrototype%</code>.</dd>
-</dl>
-
-<h2 id="Spezifikationen">Spezifikationen</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Spezifikation</th>
- <th scope="col">Status</th>
- <th scope="col">Kommentar</th>
- </tr>
- <tr>
- <td>{{SpecName('ES2015', '#sec-generatorfunction.prototype', 'GeneratorFunction.prototype')}}</td>
- <td>{{Spec2('ES2015')}}</td>
- <td>Initiale Definition.</td>
- </tr>
- <tr>
- <td>{{SpecName('ESDraft', '#sec-generatorfunction.prototype', 'GeneratorFunction.prototype')}}</td>
- <td>{{Spec2('ESDraft')}}</td>
- <td> </td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
-
-<div>
-
-
-<p>{{Compat("javascript.builtins.GeneratorFunction.prototype")}}</p>
-</div>
-
-<h2 id="Siehe_auch">Siehe auch</h2>
-
-<ul>
- <li>{{jsxref("GeneratorFunction")}}</li>
- <li>{{jsxref("Function")}}</li>
-</ul>