Why DataView.prototype object's [[Class]] is "Object"?

# Yusuke Suzuki (13 years ago)

I've pass through ES6 rev10 draft and found that DataView.prototype object [[Class]] isn't "DataView". Why is it? I think allowing DataView(null, 0, 0) and using it as DataView.prototype is better.

-- , Yusuke Suzuki