Skip to content

Commit d9040a5

Browse files
youennfdomenic
andauthored
Update index.bs
Co-authored-by: Domenic Denicola <[email protected]>
1 parent e8742d5 commit d9040a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ The SFrame transform algorithm, given |sframe| as a SFrameTransform object and |
267267

268268
# RTCRtpScriptTransform # {#scriptTransform}
269269

270-
When the RTCRtpScriptTransform.constructor() is invoked, run the following steps:
270+
The <dfn constructor for="RTCRtpScriptTransform" lt="RTCRtpScriptTransform(worker, options)"><code>new RTCRtpScriptTransform(<var>worker</var>, <var>options</var>)</code></dfn> constructor steps are:
271271
1. Create two <a href="https://streams.spec.whatwg.org/#identity-transform-stream">identity transforms</a> named |t1| and |t2|.
272272
2. Set |this|.`[[writable]]` to |t1|.`[[writable]]`.
273273
3. Set |this|.`[[readable]]` to |t2|.`[[readable]]`.

0 commit comments

Comments
 (0)