10725170 by David LaPalomento

Update cue property instructions

cue.frame.data should now be accessed as cue.value.data to match iOS behavior.
1 parent cef4cc56
......@@ -205,7 +205,7 @@ text. Cues are created for all other frame types and the data is
attached to the generated cue:
```js
cue.frame.data
cue.value.data
```
There are lots of guides and references to using text tracks [around
......