5.3.73 • Published 11 months ago

@hishprorg/velit-nesciunt-esse v5.3.73

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

ArrayBuffer.prototype.transfer Version Badge

github actions coverage License Downloads

npm badge

An ES6 spec-compliant ArrayBuffer.prototype.transfer shim. Invoke its "shim" method to shim ArrayBuffer.prototype.transfer if it is unavailable.

This package implements the es-shim API interface. It works in an ES5-supported environment and complies with the proposed spec.

Most common usage:

var assert = require('assert');
var transfer = require('@hishprorg/velit-nesciunt-esse');
var IsDetachedBuffer = require('es-abstract/2023/IsDetachedBuffer');

var ab = new ArrayBuffer('a');

assert.equal(IsDetachedBuffer(ab), false);
transfer(ab);
assert.equal(IsDetachedBuffer(ab), true);

if (!ArrayBuffer.prototype.transfer) {
	transfer.shim();
}

var ab2 = new ArrayBuffer('a');
assert.equal(IsDetachedBuffer(ab2), false);
ab2.transfer();
assert.equal(IsDetachedBuffer(ab2), true);

Tests

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

childqueuefast-copyvarsidlecss lesshas-ownfindLastkinesisWebSocketextramatchobjprogressgenericsbabeltoReversedelasticacheimportexportwhatwgfnmatchenumerablebrowsercomparetrimLeftES6typescriptArray.prototype.flatMapreducerlastelectronES2021symbolsPushinvarianttextInt8ArraylinuxpasswordrobustObject.assigntoolkitcharacterendpointreadreplaya11yjoiinternales2016nested csstostringtageffect-ts$.extendvalueswaapiMapES2023es-shimsapollopluginsequencesymlinkmixinsrouteincludesstringifierdefinePropertyjapaneseeventEmitterconsumetrimRighteventDispatcherECMAScript 2017storagegatewayinstallerlesssigtermreact animationerror-handlingtoolsaccessoruploadnegativeviewopensslawesomesaucehttpsestreedayjsprivate datareversereact-testing-libraryflatteninputrulescodesinternal slotregular-expressionSymbolglobalsimporthelperArrayBufferes8asyncTypeBoxreal-timeuuidencryptioneveryUint32ArrayzxprivateexecutefastifychannelaccessibilityhelpersArrayBuffer.prototype.slicemobilelogdeepcopypopmotionvaluemonorepoexpressionclassnamesobjectpropertiesloadingvalidatorcoerciblecloudtrailjsxInt16ArraybrowserlistECMAScript 5fast-clonesubprocessdeepwalkWeakMapparserschema.gitignoretrimEndamazonnumberstarterES2018collectionanimationremoveharmonytrimStartreactgetECMAScript 2022datastructurerfc9562ObservableliveclassnamefindLastIndexutilitybannerpreprocessorsafesyntaxerrorconsole__proto__locallinkschemeworkerxhr6to5ebssignalshookformpredictablees5constworkspace:*byteLengthenvironmentautoscalingpathbyteOffsetzodregexArray.prototype.flatteneast-asian-widthStreamhotiamslotl10nstablenamekoreanexpressformsfulltoStringTagmatchesshamcurlcall-bindCSSStyleDeclarationwarningomitchinesepropsorttypesafeenderJSONcommandclitranspileres7deepcloneless compilertc39varESnextthreereadablestreamFloat64Arraytakegroupparsingcommand-line@@toStringTagmakeprefixworkflowpackage managercrypt0ajaxdataViews3jsdiffuser-streamsassertsetPrototypeOfdirectorycopyshellnpmstructuredCloneautoprefixerlazyperformantmake dirjwtescapebeanstalkhasOwnenvironmentstermresolveartmoduleslrubddimmerhardlinksrapidfunctionsprocess.envBigUint64Arrayfilterfigletscheme-validationvestexit-codecolorconfigurableregexpObject.getPrototypeOfclonewidthdescriptiondynamodbpoint-freereact-componentinstalltyped arraywindowslanguagees2017iterationexitquoteiteratorlogginghigher-orderURLglobgdprdropnegative zerojestformattingtddrfc4122wgetslicehttpsomecss variableArray.prototype.findLastIndexSystem.globalperformancemetadatapnpm9matchAllutilsortedchromestreamses6npmignorepinojson-schema-validatormovebrowserslisttypedreversedcolumnsbuffersrandomequalreact-hooksECMAScriptcss nestingECMAScript 2016Streamseslintpluginelbpureflagsdatebinaryroutingcalljsonschemanativearrayiecollection.es6loggerdependenciesUint8ClampedArraymapreducestylingbufferarraybuffertoArrayguidqstimeprettyerrormkdirunicodeprototypeflatMapfileESgroupByES8springObject.entrieskeySymbol.toStringTagtypereact-hook-formbindcallboundacornchaiTypeScripthooksfromvalidateInt32Arrayselfquerynodejsbootstrap cssramdaECMAScript 3-0yamlcallbackisvalidationcommanderserializationpersistentquerystringformglobal objecttypanionwritegesturesconfigCSSObject.keysauthObjectcall-boundpushdeterministicAsyncIteratorserializerponyfilloutputBigInt64Arrayemrweakmapmulti-packagerequestweaksetequalityArrayBuffer#slicehasOwnPropertybootstrap lessproxyec2gradients css3shimirqreduxjsdomclientfunction.lengthlockfilebundlerUint8ArrayObject.definePropertyMicrosoftURLSearchParamsiteratestyled-componentsfunctionmkdirscolorsframer256
5.3.73

11 months ago

5.3.72

11 months ago

5.3.71

11 months ago

5.3.70

11 months ago

5.2.70

11 months ago

5.2.69

11 months ago

5.2.68

11 months ago

5.2.67

11 months ago

5.2.66

11 months ago

5.2.65

11 months ago

5.2.64

11 months ago

5.2.63

11 months ago

5.2.62

11 months ago

5.2.61

11 months ago

5.2.60

11 months ago

5.2.59

11 months ago

5.2.58

11 months ago

5.2.57

11 months ago

5.2.56

12 months ago

5.2.55

12 months ago

5.2.54

12 months ago

5.2.53

12 months ago

5.2.52

12 months ago

5.2.51

12 months ago

5.2.50

12 months ago

5.2.49

12 months ago

5.2.48

12 months ago

5.2.47

12 months ago

5.2.46

12 months ago

5.2.45

12 months ago

4.2.45

12 months ago

4.2.44

12 months ago

4.2.43

12 months ago

4.2.42

12 months ago

4.2.41

12 months ago

4.2.40

12 months ago

4.2.39

12 months ago

4.2.38

12 months ago

4.2.37

1 year ago

4.2.36

1 year ago

4.2.35

1 year ago

4.2.34

1 year ago

4.2.33

1 year ago

3.2.33

1 year ago

3.1.33

1 year ago

3.1.32

1 year ago

3.1.31

1 year ago

3.1.30

1 year ago

3.1.29

1 year ago

3.1.28

1 year ago

3.1.27

1 year ago

3.1.26

1 year ago

3.1.25

1 year ago

3.1.24

1 year ago

3.1.23

1 year ago

3.1.22

1 year ago

3.1.21

1 year ago

3.1.20

1 year ago

3.1.19

1 year ago

3.1.18

1 year ago

2.1.18

1 year ago

2.1.17

1 year ago

1.1.17

1 year ago

1.1.16

1 year ago

1.1.15

1 year ago

1.1.14

1 year ago

1.1.13

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago