--- title: PerformanceLongTaskTiming.attribution slug: Web/API/PerformanceLongTaskTiming/attribution translation_of: Web/API/PerformanceLongTaskTiming/attribution --- <p>{{SeeCompatTable}}{{APIRef("Long Tasks")}}</p> <p><span class="seoSummary">{{domxref("PerformanceLongTaskTiming")}} インターフェイスの <strong><code>attribution</code></strong> 読み取り専用プロパティは、{{domxref('TaskAttributionTiming')}} インスタンスのシーケンスを返します。</span></p> <h2 id="Syntax" name="Syntax">構文</h2> <pre class="syntaxbox">var <em>taskAttributeTiming</em> = PerformanceLongTaskTiming.attribution;</pre> <h3 id="Value" name="Value">値</h3> <p>{{domxref('TaskAttributionTiming')}} インスタンスのシーケンス。</p> <h2 id="Specifications" name="Specifications">仕様</h2> <table class="standard-table"> <tbody> <tr> <th scope="col">仕様</th> <th scope="col">状態</th> <th scope="col">コメント</th> </tr> <tr> <td>{{SpecName('Long Tasks','#dom-performanceentry-attribution','attribution')}}</td> <td>{{Spec2('Long Tasks')}}</td> <td>初期定義</td> </tr> </tbody> </table> <h2 id="Browser_Compatibility" name="Browser_Compatibility">ブラウザーの互換性</h2> <p>{{Compat("api.PerformanceLongTaskTiming.attribution")}}</p>