mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Edited docs and changeset
This commit is contained in:
parent
b7e513a197
commit
6717e00c97
@ -3,7 +3,6 @@
|
||||
"@jspsych/plugin-audio-button-response": minor
|
||||
"@jspsych/plugin-audio-keyboard-response": minor
|
||||
"@jspsych/plugin-audio-slider-response": minor
|
||||
"@jspsych/test-utils": minor
|
||||
---
|
||||
|
||||
Changed plugins to use AudioPlayer class; added tests using AudioPlayer mock; plugins now use AudioPlayerInterface; changed test-utils to fix clickTarget
|
||||
Changed plugins to use AudioPlayer class; added tests using AudioPlayer mock; plugins now use AudioPlayerInterface.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@jspsych/test-utils": minor
|
||||
---
|
||||
|
||||
Call `flushPromises()` in event-dispatching utility functions to simplify tests involving jsPsych 8
|
5
.changeset/thick-berries-arrive.md
Normal file
5
.changeset/thick-berries-arrive.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@jspsych/test-utils": minor
|
||||
---
|
||||
|
||||
clickTarget method now respects disabled tag on form elements.
|
@ -330,7 +330,8 @@ Returns nothing.
|
||||
|
||||
#### Description
|
||||
|
||||
Method that belongs to the AudioPlayer class. Adds an event listener to the audio buffer held by the AudioPlayer class instance.
|
||||
Method that belongs to the AudioPlayer class. Adds an event listener to the media Element that corresponds to
|
||||
the AudioPlayer class instance.
|
||||
|
||||
#### Example
|
||||
|
||||
@ -361,7 +362,8 @@ Returns nothing.
|
||||
|
||||
#### Description
|
||||
|
||||
Method that belongs to the AudioPlayer class. Removes an event listener from the audio buffer held by the AudioPlayer class instance.
|
||||
Method that belongs to the AudioPlayer class. Removes an event listener from the media Element that corresponds to
|
||||
the AudioPlayer class instance.
|
||||
|
||||
#### Example
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user