File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -14654,11 +14654,6 @@ interface EXT_blend_minmax {
14654
14654
readonly MAX_EXT: number;
14655
14655
}
14656
14656
14657
- declare var EXT_blend_minmax: {
14658
- prototype: EXT_blend_minmax;
14659
- new(): EXT_blend_minmax;
14660
- };
14661
-
14662
14657
interface EXT_frag_depth {
14663
14658
}
14664
14659
@@ -14826,11 +14821,6 @@ interface WEBGL_lose_context {
14826
14821
restoreContext(): void;
14827
14822
}
14828
14823
14829
- declare var WEBGL_lose_context: {
14830
- prototype: WEBGL_lose_context;
14831
- new(): WEBGL_lose_context;
14832
- };
14833
-
14834
14824
declare type EventListenerOrEventListenerObject = EventListener | EventListenerObject;
14835
14825
14836
14826
interface DecodeErrorCallback {
Original file line number Diff line number Diff line change 1926
1926
"kind" : " interface" ,
1927
1927
"name" : " EXT_blend_minmax" ,
1928
1928
"flavor" : " DOM" ,
1929
- "constructorSignatures" : [
1930
- " new(): EXT_blend_minmax"
1931
- ],
1932
1929
"properties" : [
1933
1930
{
1934
1931
"readonly" : true ,
2466
2463
"kind" : " interface" ,
2467
2464
"name" : " WEBGL_lose_context" ,
2468
2465
"flavor" : " DOM" ,
2469
- "constructorSignatures" : [
2470
- " new(): WEBGL_lose_context"
2471
- ],
2472
2466
"methods" : [
2473
2467
{
2474
2468
"name" : " loseContext" ,
You can’t perform that action at this time.
0 commit comments