calebmsword / clone-deep

A dependency-free utility for deeply cloning JavaScript objects.
MIT License
0 stars 0 forks source link

no Web APIs in supportedPrototypes #32

Closed calebmsword closed 2 months ago

calebmsword commented 2 months ago

The supportedPrototypes constant was supposed to have no web APIs. getSupportedPrototypes in helpers would then concatenate supportedPrototypes with any supported Web APIs that were globally accessible in the runtime. But the current dev branch accidentally had Web APIs accessed directly in supportedPrototypes. My bad.