File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -6561,7 +6561,7 @@ <h4 title="Union types">3.2.25. 共用体~型</h4>
65616561%V は `DataView^sl `内部~slot$を有する
65626562]:
65636563◎
6564- If V is an Object and V has a [[TypedArrayName ]] internal slot, then:
6564+ If V is an Object and V has a [[DataView ]] internal slot, then:
65656565</p>
65666566 <ol>
65676567 <li>
@@ -12326,8 +12326,8 @@ <h3 title="Overload resolution algorithm">3.6. 多重定義~解決~algo</h3>
1232612326◎
1232712327• a sequence type
1232812328• a nullable version of any of the above types
12329- • an annotated type whose inner type is a sequence type
12330- • a union type, nullable union type, or annotated union type that has a sequence type in its flattened member types
12329+ • an annotated type whose inner type is one of the above types
12330+ • a union type, nullable union type, or annotated union type that has one of the above types in its flattened member types
1233112331◎
1233212332and after performing the following steps,
1233312333• Let method be ? GetMethod(V, %Symbol.iterator%).
@@ -17120,8 +17120,6 @@ <h5 title="Asynchronous iterator prototype object">3.7.10.2. 非同期~反復子
1712017120%object の`進行中な~promise$aI ~SET %後の進行中な~promise能力.`Promise^sl
1712117121◎
1712217122Set object’s ongoing promise to afterOngoingPromiseCapability.[[Promise]].
17123-
17124- Set returnStepsPromise to afterOngoingPromiseCapability.[[Promise]].
1712517123</li>
1712617124 </ol>
1712717125 </li>
Original file line number Diff line number Diff line change 472472
473473spec_title:Web IDL Standard
474474spec_date:2025 - 09 - 15
475- trans_update:2025 - 08 - 02
476- source_checked:231227
475+ trans_update:2025 - 09 - 25
476+ source_checked:250915
477477original_url:https://webidl.spec.whatwg.org/
478478 abbr_url:WEBIDL
479479page_state_key:WEBIDL
@@ -14514,8 +14514,12 @@ <h4 title="Observable array types — ObservableArray<T>">2.13.36. 観測-
1451414514]
1451514515⇒
1451614516~THROW `QuotaExceededError$T
14517+ — その
14518+ ⇒#
14519+ `quota$M ~SET 200,
14520+ `requested$M ~SET %~index
1451714521◎
14518- If index is greater than 200, then throw a " QuotaExceededError" DOMException .
14522+ If index is greater than or equal to 200, then throw a QuotaExceededError whose quota is 200 and requested is index .
1451914523</ li >
1452014524 < li >
1452114525%employee を作業につかせる
You can’t perform that action at this time.
0 commit comments