Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

JsReleaseSharedArrayBufferContentHandle

rhuanjl edited this page Sep 1, 2018 · 1 revision

Decrease the reference count on a SharedArrayBuffer storage object.

Syntax

CHAKRA_API
    JsReleaseSharedArrayBufferContentHandle(
        _In_ JsSharedArrayBufferContentHandle sharedContents);

Parameters

  • sharedContents: The storage object of a SharedArrayBuffer which can be shared between multiple thread.

Return Value

The code JsNoError if the operation succeeded, a failure code otherwise.

Remarks

This API is experimental and may have breaking changes later.

Requires an active script context.

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.