WeakRef.prototype.deref()
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
deref()
は WeakRef
インスタンスのメソッドで、この WeakRef
のターゲット値、またはその値が既にガベージコレクションされている場合は undefined
を返します。
構文
js
deref()
引数
なし。
返値
この WeakRef の参照先となるターゲット値で、オブジェクトまたは未登録のシンボルのどちらかです。その値が既にガベージコレクションされている場合は undefined
です。
解説
重要な注意事項については WeakRef
ページの WeakRef の注意事項の節を参照してください。
例
deref() の使用
仕様書
Specification |
---|
ECMAScript Language Specification # sec-weak-ref.prototype.deref |
ブラウザーの互換性
BCD tables only load in the browser