Skip to content

Commit

Permalink
Remove (de)serialization of no longer existent RTCEncodedVideoFrame.t…
Browse files Browse the repository at this point in the history
…imestamp

follow up to #204
fix CI error noted in #140 (comment)
  • Loading branch information
dontcallmedom committed Oct 6, 2023
1 parent e258de1 commit b2e0e72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -449,14 +449,12 @@ Their [=serialization steps=], given |value|, |serialized|, and |forStorage|, ar

1. If |forStorage| is true, then throw a {{DataCloneError}}.
1. Set |serialized|.`[[type]]` to the value of |value|.{{RTCEncodedVideoFrame/type}}
1. Set |serialized|.`[[timestamp]]` to the value of |value|.{{RTCEncodedVideoFrame/timestamp}}
1. Set |serialized|.`[[metadata]]` to an internal representation of |value|'s metadata.
1. Set |serialized|.`[[data]]` to |value|.`[[data]]`

Their [=deserialization steps=], given |serialized|, |value| and |realm|, are:

1. Set |value|.{{RTCEncodedVideoFrame/type}} to |serialized|.`[[type]]`
1. Set |value|.{{RTCEncodedVideoFrame/timestamp}} to |serialized|.`[[timestamp]]`
1. Set |value|'s metadata to the platform object representation of |serialized|.`[[metadata]]`
1. Set |value|.`[[data]]` to |serialized|.`[[data]]`.

Expand Down

0 comments on commit b2e0e72

Please sign in to comment.