serializer._setTreatArrayBufferViewsAsHostObjects(flag)
指示是否将 TypedArray 和 DataView 对象视为宿主对象,即将它们传给 serializer._writeHostObject()。
¥Indicate whether to treat TypedArray and DataView objects as
host objects, i.e. pass them to serializer._writeHostObject().