Skip to content

Commit

Permalink
Fix the param of the APIRef macro (#29377)
Browse files Browse the repository at this point in the history
Fix a param of the APIRef macro
  • Loading branch information
mfuji09 authored Sep 30, 2023
1 parent 6a3063a commit f455829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.AnalyserNode.getByteTimeDomainData
---

{{ APIRef("Mountain View APIRef Project") }}
{{ APIRef("Web Audio API") }}

The **`getByteTimeDomainData()`** method of the {{ domxref("AnalyserNode") }} Interface copies the current waveform, or time-domain, data into a {{jsxref("Uint8Array")}} (unsigned byte array) passed into it.

Expand Down

0 comments on commit f455829

Please sign in to comment.