blob: 17c5b73e2260ae2741fea3040f6ae4aa9429db3a [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
typedef OffscreenCanvasRenderingContext2D OffscreenRenderingContext;
partial interface OffscreenCanvas {
[RaisesException, RuntimeEnabled=ExperimentalCanvasFeatures] OffscreenRenderingContext? getContext(DOMString contextId, optional CanvasContextCreationAttributes attributes);
};