Is itk.js support "StreamingImageFilter"?

Hello,

I am currently working on 3D volume rendering using vtk.js and itk.js. I encountered an issue when rendering a large-sized dataset, which is related to MemoryAllocationError. After some investigation, I discovered a potential solution using the StreamingImageFilter. My question is: Is this filter directly available in itk.js?

Thank you.