scenejs-render icon indicating copy to clipboard operation
scenejs-render copied to clipboard

make getRecordInfo options optional

Open KonkenBonken opened this issue 10 months ago • 1 comments

This should not affect the runtime at all, due to the fact that the RecordInfoOptions has no required properties. This will have an effect on the built type declaration, making it possible to call Recorder.getRecordInfo() without any argument. Previously, an empty object needed to be provided.

KonkenBonken avatar Apr 18 '24 20:04 KonkenBonken