Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
petamoriken committed Dec 5, 2022
1 parent 01dd409 commit f714553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Float16Array.mjs
Expand Up @@ -1115,5 +1115,4 @@ ObjectDefineProperty(Float16ArrayPrototype, SymbolIterator, {
configurable: true,
});

// To make `new Float16Array() instanceof Uint16Array` returns `false`
ReflectSetPrototypeOf(Float16ArrayPrototype, TypedArrayPrototype);

0 comments on commit f714553

Please sign in to comment.