1.0.0 • Published 16 days ago

@rabiepenpm/esse-aperiam-molestias v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

ArrayBuffer.prototype.detached Version Badge

Build Status License Downloads

npm badge

browser support

An ES6 spec-compliant ArrayBuffer.prototype.detached shim. Invoke its "shim" method to shim ArrayBuffer.prototype.detached if it is unavailable. Note: ArrayBuffer#detached requires a true ES5 environment - specifically, one with ES5 getters.

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 detached = require('@rabiepenpm/esse-aperiam-molestias');

assert(detached(new ArrayBuffer('a') === false);

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

assert(new ArrayBuffer('a').detached, false);

Tests

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

workspace:*immutablefindLastsettingsi18ntoolsbundlingstringifyconfigdatastructureclass-validatorpackage managersettrimEndsetPrototypeOfTypedArraydescriptorsmobileObject.getPrototypeOfdeepcloneES2020fseventslinttypesafegetOwnPropertyDescriptorautheast-asian-widthwrapECMAScript 7valuegroupBywatchingdirectorydebuggercollectionemitcachespecfastifysymbolsUint8ArrayutilsObservablereact-hooksInt16ArrayjasmineconsolepropertyReactiveExtensionswhatwgrapiddayjsdescriptorslicetoSortedtacitequalECMAScript 2015objectmruio-tsless mixinsexit-codeinputES2021animationqscallbackshamkeychromiumargumentcolumnextrapipepreserve-symlinksbannercallbindMicrosoft$.extendstdlibmoduleefficientbindeslintrm.envprotocol-buffersirqlimitedrobustoptimistlimittypedarrayclassnamesuser-streamscjkpromisesURLmoduleslockfilepreprocessorramdascheme-validationfilterjson-schema-validationaccessibilityarktypepolyfillformsmochaECMAScript 6runtimeBigUint64Arrayperformanttslibcollection.es6ECMAScript 2020JSON-SchemakeysmkdirpfetchPushcode pointsinferenceparsergrouploadingsanitizesyntaxtakedateprogresslibphonenumberreadutilitiesjson-schemaieRFC-6455typedwatchershebangfromgradients css3shrinkwrapoptioniteratorconfigurableinternal slotmatchescore-jsl10nfp6to5sigintguidkoreantyped arrayargsObject.definePropertybrowserlisttaskoutputartopenstylesheetcopyRegExp.prototype.flagsbddequalitybrowserslistSetthreeuninstallES7finduptypescriptpostcss-pluginUnderscorehigher-ordercharacteres-shim APImacosregulartypeschemamimetypesgenericsstructuredCloneawaittapES2018RegExp#flagsjsxconsumecolumnsextensionfigleteventDispatcheriterateObject.isvarshellFunction.prototype.namechanneljoiObjectparentstesterprivateFloat64Arrayvariablesdircoreflagsless.jscommandpropstatelessfunctionCSSdeletevisualredactArray.prototype.includesescapecryptimmerjson-schema-validatorjsdiffinternalinstalltapeUint32Arrayuuidupfastclonerequest
1.0.0

16 days ago