Skip to content

Commit 871b107

Browse files
authored
Apply suggestions from code review
Removing fixme in favour of #289
1 parent 14d3063 commit 871b107

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,6 @@ The <dfn method for="SFrameDecrypterKeyManager">addEncryptionKey(|key|, |keyID|)
378378
1. [=Resolve=] |promise| with undefined.
379379
1. Return |promise|.
380380

381-
// FIXME: Should SFrameTransform receiver be made aware of the current key in use, so that it would call removeEncryptionKey appropriately.
382-
// Or should we add an option to let the UA remove the key automatically on new KeyID?
383381
The <dfn method for="SFrameDecrypterKeyManager">removeEncryptionKey(|key|, |keyID|)</dfn> method steps are:
384382
1. Let |promise| be [=a new promise=].
385383
1. If |keyID| is a {{bigint}} which cannot be represented as a integer between 0 and 2<sup>64</sup>-1 inclusive, [=reject=] |promise| with a {{RangeError}} exception, and abort these steps.

0 commit comments

Comments
 (0)