compat-table
compat-table copied to clipboard
Fix correct prototype chains test
arraybuffer-base64 proposal introduces 4 new typed array methods (setFromBase64, setFromHex, toBase64, toHex) that break equality check in this test.
Fixes #1996