Description
Version
17.3.0
Platform
MacOS 12.1
Subsystem
global / buffer
What steps will reproduce the bug?
structuredClone(); // => undefined, should be a TypeError
atob(); // => 'ºw^~)Þ', should be a TypeError
btoa(); // => 'dW5kZWZpbmVk', should be a TypeError
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
^
Additional information
It's an inconsistency with web standards.