File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ limitations under the License.
4444<!-- eslint-disable id-length -->
4545
4646``` javascript
47- import hasSharedArrayBufferSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-sharedarraybuffer-support@esm/index.mjs' ;
47+ import hasSharedArrayBufferSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-sharedarraybuffer-support@v0.2.1- esm/index.mjs' ;
4848```
4949
5050#### hasSharedArrayBufferSupport()
@@ -76,7 +76,7 @@ var bool = hasSharedArrayBufferSupport();
7676<body >
7777<script type =" module" >
7878
79- import hasSharedArrayBufferSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-sharedarraybuffer-support@esm/index.mjs' ;
79+ import hasSharedArrayBufferSupport from ' https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-sharedarraybuffer-support@v0.2.1- esm/index.mjs' ;
8080
8181var bool = hasSharedArrayBufferSupport ();
8282if ( bool ) {
You can’t perform that action at this time.
0 commit comments