Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1329,8 +1329,8 @@ the application will receive the number of streams it anticipates.

When `exportKeyingMaterial` is called, the user agent MUST run the following steps:

1. If |transport|.{{[[State]]}} is `"closed"` or `"failed"`,
return a [=a promise rejected with=] an {{InvalidStateError}}.
1. If |this|.{{[[State]]}} is `"closed"` or `"failed"`,
return [=a promise rejected with=] an {{InvalidStateError}}.
1. Let |transport| be [=this=].
1. Let |labelLength| be |label|.[=BufferSource/byte length=].
1. If |labelLength| is more than 255, return [=a promise rejected with=] a {{RangeError}}.
Expand Down
Loading