Last time I checked, that API is still restricted to single-frame series. (I would have to check the code to see if the DICOM reading pipeline has changed.)
A more involved alternative is to use ITK directly with itk-wasm (Hello WASM World! | itk-wasm), and potentially use something like itk::ImageSeriesReader.