1.0.0 • Published 1 year ago

@crabas0npm2/corporis-delectus-atque v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@crabas0npm2/corporis-delectus-atque Version Badge

github actions coverage License Downloads

npm badge

Get the ArrayBuffer out of a DataView, robustly.

This will work in node <= 0.10 and < 0.11.4, where there's no prototype accessor, only a nonconfigurable own property. It will also work in modern engines where DataView.prototype.buffer has been deleted after this module has loaded.

Example

const dataViewBuffer = require('@crabas0npm2/corporis-delectus-atque');
const assert = require('assert');

const ab = new ArrayBuffer(0);
const dv = new DataView(ab);
assert.equal(dataViewBuffer(dv), ab);

Tests

Simply clone the repo, npm install, and run npm test

mime-dbquerysettingssesjoiformsstreams2indicatorrestStreamscomputed-typesartes-shimsdataviewWeakSeterror-handlingstreamsoptimizerlinkextensionbannerinstalleransideletejestES2018qsapidatagdprdotenvhasOwncolumnscryptoformattingbrowserratelimitlesscssvalidatepushfast-copydeepnegative zerostringifierArrayBuffer.prototype.sliceframeworkreal-timelastes8symbolsArray.prototype.findLastfile systemconsumewalkbusyjavascriptfastclonecolumninvariantString.prototype.trimUint16Arraywhatwgjsonpluginflatbreakes7directoryvalidwordbreakkinesisstructuredClonecss nestingerrorsigtermfunctionscollectionroutemodulescopystablebundlingInt32Arrayparsingimportexportsymboloncepnpm9zerojsdomserializerfixed-widthlistenersiamcompilerequalitys3bundlerObservablesstylingRegExp#flagsbindfluxobjectBigInt64ArrayinterruptsyamlregularsomeuninstallendpointkeyskarmaworkflowBigUint64Arrayentriescss variableshamES2020makereducewatchobjJSONfunctionalinReflect.getPrototypeOfgetopthookspromiseInt8Arraystringifyajvsyntaxerrorfast-deep-clonefast-clonewritecorefolderdebugincludesreact-hookssidepathresolvenpmchromeisConcatSpreadablelookchannelfind-upclass-validatorlivemapdescriptorsexit-codemkdirpquote-0private datadeep-copyhandlersreduxFloat32Arrayboundjapanesecontainshas-owntsrfc4122diffstatecallboundObject.entriesa11ydefinehttpprotocloudwatchterminalWeakMaprandommimetypescjkrateESvariablesextrahardlinksgetArray.prototype.flatexitrobustArray.prototype.includesObject.valuesbrowserslistless cssenvironmentspecfastifydependenciesprivatetapassertsES2019censormiddlewarepropertyauthenticationloggerastReactiveExtensionsfilebootstrap lesses2017react-testing-libraryECMAScript 7isformatArrayBuffercreatel10nsigintRxJSidURLSearchParamsJSON-SchemaxtermasciireuselimitedslicewritableCSSslotvalidationamazonelbsinatra
1.0.0

1 year ago