// Copyright (C) 2024 Kevin Gibbons. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-uint8array.fromhex description: > Uint8Array.fromHex has default data property attributes. includes: [propertyHelper.js] features: [uint8array-base64] ---*/ verifyProperty(Uint8Array, 'fromHex', { enumerable: false, writable: true, configurable: true });