A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.cdn.mozilla.net/de/docs/Web/API/ImageBitmap/close below:

ImageBitmap: close() Methode - Web-APIs

ImageBitmap: close() Methode

Baseline Widely available

Hinweis: Diese Funktion ist in Web Workers verfügbar.

Die ImageBitmap.close()-Methode entsorgt alle grafischen Ressourcen, die mit einem ImageBitmap assoziiert sind.

Syntax Parameter

Keine.

Rückgabewert

Keine (undefined).

Beispiele
const offscreen = new OffscreenCanvas(256, 256);
const gl = offscreen.getContext("webgl");

// Perform some drawing using the gl context

const bitmap = offscreen.transferToImageBitmap();
// ImageBitmap { width: 256, height: 256 }

bitmap.close();
// ImageBitmap { width: 0, height: 0 } — disposed
Spezifikationen Browser-Kompatibilität Siehe auch MDN-Feedback-Box War diese Übersetzung hilfreich?

Diese Seite wurde automatisch aus dem Englischen übersetzt.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4