1// GENERATED CONTENT - DO NOT EDIT
2// Content was automatically extracted by Reffy into webref
3// (https://github.com/w3c/webref)
4// Source: WebGL WEBGL_lose_context Khronos Ratified Extension Specification (https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/)
5
6[Exposed=(Window,Worker), LegacyNoInterfaceObject]
7interface WEBGL_lose_context {
8      undefined loseContext();
9      undefined restoreContext();
10};
11