@typescript-deploys/pr-build 5.9.0-pr-62111-2 → 5.9.0-pr-62126-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/_tsc.js +17 -7
- package/lib/lib.dom.d.ts +0 -556
- package/lib/lib.dom.iterable.d.ts +552 -3
- package/lib/typescript.js +59 -8
- package/package.json +1 -1
package/lib/_tsc.js
CHANGED
|
@@ -18,7 +18,7 @@ and limitations under the License.
|
|
|
18
18
|
|
|
19
19
|
// src/compiler/corePublic.ts
|
|
20
20
|
var versionMajorMinor = "5.9";
|
|
21
|
-
var version = `${versionMajorMinor}.0-insiders.
|
|
21
|
+
var version = `${versionMajorMinor}.0-insiders.20250725`;
|
|
22
22
|
|
|
23
23
|
// src/compiler/core.ts
|
|
24
24
|
var emptyArray = [];
|
|
@@ -6014,15 +6014,16 @@ var Diagnostics = {
|
|
|
6014
6014
|
An_export_declaration_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_a_type_only_declaration: diag(1283, 1 /* Error */, "An_export_declaration_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolve_1283", "An 'export =' declaration must reference a real value when 'verbatimModuleSyntax' is enabled, but '{0}' resolves to a type-only declaration."),
|
|
6015
6015
|
An_export_default_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_type: diag(1284, 1 /* Error */, "An_export_default_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_1284", "An 'export default' must reference a value when 'verbatimModuleSyntax' is enabled, but '{0}' only refers to a type."),
|
|
6016
6016
|
An_export_default_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_a_type_only_declaration: diag(1285, 1 /* Error */, "An_export_default_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_1285", "An 'export default' must reference a real value when 'verbatimModuleSyntax' is enabled, but '{0}' resolves to a type-only declaration."),
|
|
6017
|
-
|
|
6017
|
+
ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax: diag(1286, 1 /* Error */, "ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_1286", "ECMAScript imports and exports cannot be written in a CommonJS file under 'verbatimModuleSyntax'."),
|
|
6018
6018
|
A_top_level_export_modifier_cannot_be_used_on_value_declarations_in_a_CommonJS_module_when_verbatimModuleSyntax_is_enabled: diag(1287, 1 /* Error */, "A_top_level_export_modifier_cannot_be_used_on_value_declarations_in_a_CommonJS_module_when_verbatimM_1287", "A top-level 'export' modifier cannot be used on value declarations in a CommonJS module when 'verbatimModuleSyntax' is enabled."),
|
|
6019
6019
|
An_import_alias_cannot_resolve_to_a_type_or_type_only_declaration_when_verbatimModuleSyntax_is_enabled: diag(1288, 1 /* Error */, "An_import_alias_cannot_resolve_to_a_type_or_type_only_declaration_when_verbatimModuleSyntax_is_enabl_1288", "An import alias cannot resolve to a type or type-only declaration when 'verbatimModuleSyntax' is enabled."),
|
|
6020
6020
|
_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_import_type_where_0_is_imported: diag(1289, 1 /* Error */, "_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_1289", "'{0}' resolves to a type-only declaration and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'import type' where '{0}' is imported."),
|
|
6021
6021
|
_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_export_type_0_as_default: diag(1290, 1 /* Error */, "_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_1290", "'{0}' resolves to a type-only declaration and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'export type { {0} as default }'."),
|
|
6022
6022
|
_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_import_type_where_0_is_imported: diag(1291, 1 /* Error */, "_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enable_1291", "'{0}' resolves to a type and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'import type' where '{0}' is imported."),
|
|
6023
6023
|
_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_export_type_0_as_default: diag(1292, 1 /* Error */, "_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enable_1292", "'{0}' resolves to a type and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'export type { {0} as default }'."),
|
|
6024
|
-
|
|
6024
|
+
ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve: diag(1293, 1 /* Error */, "ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293", "ECMAScript module syntax is not allowed in a CommonJS module when 'module' is set to 'preserve'."),
|
|
6025
6025
|
This_syntax_is_not_allowed_when_erasableSyntaxOnly_is_enabled: diag(1294, 1 /* Error */, "This_syntax_is_not_allowed_when_erasableSyntaxOnly_is_enabled_1294", "This syntax is not allowed when 'erasableSyntaxOnly' is enabled."),
|
|
6026
|
+
ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjust_the_type_field_in_the_nearest_package_json_to_make_this_file_an_ECMAScript_module_or_adjust_your_verbatimModuleSyntax_module_and_moduleResolution_settings_in_TypeScript: diag(1295, 1 /* Error */, "ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjus_1295", "ECMAScript imports and exports cannot be written in a CommonJS file under 'verbatimModuleSyntax'. Adjust the 'type' field in the nearest 'package.json' to make this file an ECMAScript module, or adjust your 'verbatimModuleSyntax', 'module', and 'moduleResolution' settings in TypeScript."),
|
|
6026
6027
|
with_statements_are_not_allowed_in_an_async_function_block: diag(1300, 1 /* Error */, "with_statements_are_not_allowed_in_an_async_function_block_1300", "'with' statements are not allowed in an async function block."),
|
|
6027
6028
|
await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules: diag(1308, 1 /* Error */, "await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1308", "'await' expressions are only allowed within async functions and at the top levels of modules."),
|
|
6028
6029
|
The_current_file_is_a_CommonJS_module_and_cannot_use_await_at_the_top_level: diag(1309, 1 /* Error */, "The_current_file_is_a_CommonJS_module_and_cannot_use_await_at_the_top_level_1309", "The current file is a CommonJS module and cannot use 'await' at the top level."),
|
|
@@ -47515,6 +47516,15 @@ function createTypeChecker(host) {
|
|
|
47515
47516
|
diagnostics.add(diagnostic);
|
|
47516
47517
|
return diagnostic;
|
|
47517
47518
|
}
|
|
47519
|
+
function getVerbatimModuleSyntaxErrorMessage(node) {
|
|
47520
|
+
const sourceFile = getSourceFileOfNode(node);
|
|
47521
|
+
const fileName = sourceFile.fileName;
|
|
47522
|
+
if (fileExtensionIsOneOf(fileName, [".cts" /* Cts */, ".cjs" /* Cjs */])) {
|
|
47523
|
+
return Diagnostics.ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax;
|
|
47524
|
+
} else {
|
|
47525
|
+
return Diagnostics.ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjust_the_type_field_in_the_nearest_package_json_to_make_this_file_an_ECMAScript_module_or_adjust_your_verbatimModuleSyntax_module_and_moduleResolution_settings_in_TypeScript;
|
|
47526
|
+
}
|
|
47527
|
+
}
|
|
47518
47528
|
function addErrorOrSuggestion(isError, diagnostic) {
|
|
47519
47529
|
if (isError) {
|
|
47520
47530
|
diagnostics.add(diagnostic);
|
|
@@ -85883,9 +85893,9 @@ function createTypeChecker(host) {
|
|
|
85883
85893
|
}
|
|
85884
85894
|
}
|
|
85885
85895
|
if (compilerOptions.verbatimModuleSyntax && node.kind !== 272 /* ImportEqualsDeclaration */ && !isInJSFile(node) && host.getEmitModuleFormatOfFile(getSourceFileOfNode(node)) === 1 /* CommonJS */) {
|
|
85886
|
-
error(node,
|
|
85896
|
+
error(node, getVerbatimModuleSyntaxErrorMessage(node));
|
|
85887
85897
|
} else if (moduleKind === 200 /* Preserve */ && node.kind !== 272 /* ImportEqualsDeclaration */ && node.kind !== 261 /* VariableDeclaration */ && host.getEmitModuleFormatOfFile(getSourceFileOfNode(node)) === 1 /* CommonJS */) {
|
|
85888
|
-
error(node, Diagnostics.
|
|
85898
|
+
error(node, Diagnostics.ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve);
|
|
85889
85899
|
}
|
|
85890
85900
|
if (compilerOptions.verbatimModuleSyntax && !isTypeOnlyImportOrExportDeclaration(node) && !(node.flags & 33554432 /* Ambient */) && targetFlags & 128 /* ConstEnum */) {
|
|
85891
85901
|
const constEnumDeclaration = target.valueDeclaration;
|
|
@@ -86244,7 +86254,7 @@ function createTypeChecker(host) {
|
|
|
86244
86254
|
checkExpressionCached(node.expression);
|
|
86245
86255
|
}
|
|
86246
86256
|
if (isIllegalExportDefaultInCJS) {
|
|
86247
|
-
error(node,
|
|
86257
|
+
error(node, getVerbatimModuleSyntaxErrorMessage(node));
|
|
86248
86258
|
}
|
|
86249
86259
|
checkExternalModuleExports(container);
|
|
86250
86260
|
if (node.flags & 33554432 /* Ambient */ && !isEntityNameExpression(node.expression)) {
|
|
@@ -90112,7 +90122,7 @@ function createTypeChecker(host) {
|
|
|
90112
90122
|
}
|
|
90113
90123
|
function checkGrammarImportCallExpression(node) {
|
|
90114
90124
|
if (compilerOptions.verbatimModuleSyntax && moduleKind === 1 /* CommonJS */) {
|
|
90115
|
-
return grammarErrorOnNode(node,
|
|
90125
|
+
return grammarErrorOnNode(node, getVerbatimModuleSyntaxErrorMessage(node));
|
|
90116
90126
|
}
|
|
90117
90127
|
if (node.expression.kind === 237 /* MetaProperty */) {
|
|
90118
90128
|
if (moduleKind !== 99 /* ESNext */ && moduleKind !== 200 /* Preserve */) {
|
package/lib/lib.dom.d.ts
CHANGED
|
@@ -16,8 +16,6 @@ and limitations under the License.
|
|
|
16
16
|
|
|
17
17
|
/// <reference no-default-lib="true"/>
|
|
18
18
|
|
|
19
|
-
/// <reference lib="es2015" />
|
|
20
|
-
|
|
21
19
|
/////////////////////////////
|
|
22
20
|
/// Window APIs
|
|
23
21
|
/////////////////////////////
|
|
@@ -39429,557 +39427,3 @@ type WebTransportErrorSource = "session" | "stream";
|
|
|
39429
39427
|
type WorkerType = "classic" | "module";
|
|
39430
39428
|
type WriteCommandType = "seek" | "truncate" | "write";
|
|
39431
39429
|
type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
|
|
39432
|
-
|
|
39433
|
-
/////////////////////////////
|
|
39434
|
-
/// Window Iterable APIs
|
|
39435
|
-
/////////////////////////////
|
|
39436
|
-
|
|
39437
|
-
interface AudioParam {
|
|
39438
|
-
/**
|
|
39439
|
-
* The **`setValueCurveAtTime()`** method of the following a curve defined by a list of values.
|
|
39440
|
-
*
|
|
39441
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioParam/setValueCurveAtTime)
|
|
39442
|
-
*/
|
|
39443
|
-
setValueCurveAtTime(values: Iterable<number>, startTime: number, duration: number): AudioParam;
|
|
39444
|
-
}
|
|
39445
|
-
|
|
39446
|
-
interface AudioParamMap extends ReadonlyMap<string, AudioParam> {
|
|
39447
|
-
}
|
|
39448
|
-
|
|
39449
|
-
interface BaseAudioContext {
|
|
39450
|
-
/**
|
|
39451
|
-
* The **`createIIRFilter()`** method of the BaseAudioContext interface creates an IIRFilterNode, which represents a general **infinite impulse response** (IIR) filter which can be configured to serve as various types of filter.
|
|
39452
|
-
*
|
|
39453
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/BaseAudioContext/createIIRFilter)
|
|
39454
|
-
*/
|
|
39455
|
-
createIIRFilter(feedforward: Iterable<number>, feedback: Iterable<number>): IIRFilterNode;
|
|
39456
|
-
/**
|
|
39457
|
-
* The `createPeriodicWave()` method of the BaseAudioContext interface is used to create a PeriodicWave.
|
|
39458
|
-
*
|
|
39459
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/BaseAudioContext/createPeriodicWave)
|
|
39460
|
-
*/
|
|
39461
|
-
createPeriodicWave(real: Iterable<number>, imag: Iterable<number>, constraints?: PeriodicWaveConstraints): PeriodicWave;
|
|
39462
|
-
}
|
|
39463
|
-
|
|
39464
|
-
interface CSSKeyframesRule {
|
|
39465
|
-
[Symbol.iterator](): ArrayIterator<CSSKeyframeRule>;
|
|
39466
|
-
}
|
|
39467
|
-
|
|
39468
|
-
interface CSSNumericArray {
|
|
39469
|
-
[Symbol.iterator](): ArrayIterator<CSSNumericValue>;
|
|
39470
|
-
entries(): ArrayIterator<[number, CSSNumericValue]>;
|
|
39471
|
-
keys(): ArrayIterator<number>;
|
|
39472
|
-
values(): ArrayIterator<CSSNumericValue>;
|
|
39473
|
-
}
|
|
39474
|
-
|
|
39475
|
-
interface CSSRuleList {
|
|
39476
|
-
[Symbol.iterator](): ArrayIterator<CSSRule>;
|
|
39477
|
-
}
|
|
39478
|
-
|
|
39479
|
-
interface CSSStyleDeclaration {
|
|
39480
|
-
[Symbol.iterator](): ArrayIterator<string>;
|
|
39481
|
-
}
|
|
39482
|
-
|
|
39483
|
-
interface CSSTransformValue {
|
|
39484
|
-
[Symbol.iterator](): ArrayIterator<CSSTransformComponent>;
|
|
39485
|
-
entries(): ArrayIterator<[number, CSSTransformComponent]>;
|
|
39486
|
-
keys(): ArrayIterator<number>;
|
|
39487
|
-
values(): ArrayIterator<CSSTransformComponent>;
|
|
39488
|
-
}
|
|
39489
|
-
|
|
39490
|
-
interface CSSUnparsedValue {
|
|
39491
|
-
[Symbol.iterator](): ArrayIterator<CSSUnparsedSegment>;
|
|
39492
|
-
entries(): ArrayIterator<[number, CSSUnparsedSegment]>;
|
|
39493
|
-
keys(): ArrayIterator<number>;
|
|
39494
|
-
values(): ArrayIterator<CSSUnparsedSegment>;
|
|
39495
|
-
}
|
|
39496
|
-
|
|
39497
|
-
interface Cache {
|
|
39498
|
-
/**
|
|
39499
|
-
* The **`addAll()`** method of the Cache interface takes an array of URLs, retrieves them, and adds the resulting response objects to the given cache.
|
|
39500
|
-
*
|
|
39501
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Cache/addAll)
|
|
39502
|
-
*/
|
|
39503
|
-
addAll(requests: Iterable<RequestInfo>): Promise<void>;
|
|
39504
|
-
}
|
|
39505
|
-
|
|
39506
|
-
interface CanvasPath {
|
|
39507
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/roundRect) */
|
|
39508
|
-
roundRect(x: number, y: number, w: number, h: number, radii?: number | DOMPointInit | Iterable<number | DOMPointInit>): void;
|
|
39509
|
-
}
|
|
39510
|
-
|
|
39511
|
-
interface CanvasPathDrawingStyles {
|
|
39512
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash) */
|
|
39513
|
-
setLineDash(segments: Iterable<number>): void;
|
|
39514
|
-
}
|
|
39515
|
-
|
|
39516
|
-
interface CookieStoreManager {
|
|
39517
|
-
/**
|
|
39518
|
-
* The **`subscribe()`** method of the CookieStoreManager interface subscribes a ServiceWorkerRegistration to cookie change events.
|
|
39519
|
-
*
|
|
39520
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CookieStoreManager/subscribe)
|
|
39521
|
-
*/
|
|
39522
|
-
subscribe(subscriptions: Iterable<CookieStoreGetOptions>): Promise<void>;
|
|
39523
|
-
/**
|
|
39524
|
-
* The **`unsubscribe()`** method of the CookieStoreManager interface stops the ServiceWorkerRegistration from receiving previously subscribed events.
|
|
39525
|
-
*
|
|
39526
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CookieStoreManager/unsubscribe)
|
|
39527
|
-
*/
|
|
39528
|
-
unsubscribe(subscriptions: Iterable<CookieStoreGetOptions>): Promise<void>;
|
|
39529
|
-
}
|
|
39530
|
-
|
|
39531
|
-
interface CustomStateSet extends Set<string> {
|
|
39532
|
-
}
|
|
39533
|
-
|
|
39534
|
-
interface DOMRectList {
|
|
39535
|
-
[Symbol.iterator](): ArrayIterator<DOMRect>;
|
|
39536
|
-
}
|
|
39537
|
-
|
|
39538
|
-
interface DOMStringList {
|
|
39539
|
-
[Symbol.iterator](): ArrayIterator<string>;
|
|
39540
|
-
}
|
|
39541
|
-
|
|
39542
|
-
interface DOMTokenList {
|
|
39543
|
-
[Symbol.iterator](): ArrayIterator<string>;
|
|
39544
|
-
entries(): ArrayIterator<[number, string]>;
|
|
39545
|
-
keys(): ArrayIterator<number>;
|
|
39546
|
-
values(): ArrayIterator<string>;
|
|
39547
|
-
}
|
|
39548
|
-
|
|
39549
|
-
interface DataTransferItemList {
|
|
39550
|
-
[Symbol.iterator](): ArrayIterator<DataTransferItem>;
|
|
39551
|
-
}
|
|
39552
|
-
|
|
39553
|
-
interface EventCounts extends ReadonlyMap<string, number> {
|
|
39554
|
-
}
|
|
39555
|
-
|
|
39556
|
-
interface FileList {
|
|
39557
|
-
[Symbol.iterator](): ArrayIterator<File>;
|
|
39558
|
-
}
|
|
39559
|
-
|
|
39560
|
-
interface FontFaceSet extends Set<FontFace> {
|
|
39561
|
-
}
|
|
39562
|
-
|
|
39563
|
-
interface FormDataIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {
|
|
39564
|
-
[Symbol.iterator](): FormDataIterator<T>;
|
|
39565
|
-
}
|
|
39566
|
-
|
|
39567
|
-
interface FormData {
|
|
39568
|
-
[Symbol.iterator](): FormDataIterator<[string, FormDataEntryValue]>;
|
|
39569
|
-
/** Returns an array of key, value pairs for every entry in the list. */
|
|
39570
|
-
entries(): FormDataIterator<[string, FormDataEntryValue]>;
|
|
39571
|
-
/** Returns a list of keys in the list. */
|
|
39572
|
-
keys(): FormDataIterator<string>;
|
|
39573
|
-
/** Returns a list of values in the list. */
|
|
39574
|
-
values(): FormDataIterator<FormDataEntryValue>;
|
|
39575
|
-
}
|
|
39576
|
-
|
|
39577
|
-
interface HTMLAllCollection {
|
|
39578
|
-
[Symbol.iterator](): ArrayIterator<Element>;
|
|
39579
|
-
}
|
|
39580
|
-
|
|
39581
|
-
interface HTMLCollectionBase {
|
|
39582
|
-
[Symbol.iterator](): ArrayIterator<Element>;
|
|
39583
|
-
}
|
|
39584
|
-
|
|
39585
|
-
interface HTMLCollectionOf<T extends Element> {
|
|
39586
|
-
[Symbol.iterator](): ArrayIterator<T>;
|
|
39587
|
-
}
|
|
39588
|
-
|
|
39589
|
-
interface HTMLFormElement {
|
|
39590
|
-
[Symbol.iterator](): ArrayIterator<Element>;
|
|
39591
|
-
}
|
|
39592
|
-
|
|
39593
|
-
interface HTMLSelectElement {
|
|
39594
|
-
[Symbol.iterator](): ArrayIterator<HTMLOptionElement>;
|
|
39595
|
-
}
|
|
39596
|
-
|
|
39597
|
-
interface HeadersIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {
|
|
39598
|
-
[Symbol.iterator](): HeadersIterator<T>;
|
|
39599
|
-
}
|
|
39600
|
-
|
|
39601
|
-
interface Headers {
|
|
39602
|
-
[Symbol.iterator](): HeadersIterator<[string, string]>;
|
|
39603
|
-
/** Returns an iterator allowing to go through all key/value pairs contained in this object. */
|
|
39604
|
-
entries(): HeadersIterator<[string, string]>;
|
|
39605
|
-
/** Returns an iterator allowing to go through all keys of the key/value pairs contained in this object. */
|
|
39606
|
-
keys(): HeadersIterator<string>;
|
|
39607
|
-
/** Returns an iterator allowing to go through all values of the key/value pairs contained in this object. */
|
|
39608
|
-
values(): HeadersIterator<string>;
|
|
39609
|
-
}
|
|
39610
|
-
|
|
39611
|
-
interface Highlight extends Set<AbstractRange> {
|
|
39612
|
-
}
|
|
39613
|
-
|
|
39614
|
-
interface HighlightRegistry extends Map<string, Highlight> {
|
|
39615
|
-
}
|
|
39616
|
-
|
|
39617
|
-
interface IDBDatabase {
|
|
39618
|
-
/**
|
|
39619
|
-
* The **`transaction`** method of the IDBDatabase interface immediately returns a transaction object (IDBTransaction) containing the IDBTransaction.objectStore method, which you can use to access your object store.
|
|
39620
|
-
*
|
|
39621
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBDatabase/transaction)
|
|
39622
|
-
*/
|
|
39623
|
-
transaction(storeNames: string | Iterable<string>, mode?: IDBTransactionMode, options?: IDBTransactionOptions): IDBTransaction;
|
|
39624
|
-
}
|
|
39625
|
-
|
|
39626
|
-
interface IDBObjectStore {
|
|
39627
|
-
/**
|
|
39628
|
-
* The **`createIndex()`** method of the field/column defining a new data point for each database record to contain.
|
|
39629
|
-
*
|
|
39630
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBObjectStore/createIndex)
|
|
39631
|
-
*/
|
|
39632
|
-
createIndex(name: string, keyPath: string | Iterable<string>, options?: IDBIndexParameters): IDBIndex;
|
|
39633
|
-
}
|
|
39634
|
-
|
|
39635
|
-
interface ImageTrackList {
|
|
39636
|
-
[Symbol.iterator](): ArrayIterator<ImageTrack>;
|
|
39637
|
-
}
|
|
39638
|
-
|
|
39639
|
-
interface MIDIInputMap extends ReadonlyMap<string, MIDIInput> {
|
|
39640
|
-
}
|
|
39641
|
-
|
|
39642
|
-
interface MIDIOutput {
|
|
39643
|
-
/**
|
|
39644
|
-
* The **`send()`** method of the MIDIOutput interface queues messages for the corresponding MIDI port.
|
|
39645
|
-
*
|
|
39646
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIOutput/send)
|
|
39647
|
-
*/
|
|
39648
|
-
send(data: Iterable<number>, timestamp?: DOMHighResTimeStamp): void;
|
|
39649
|
-
}
|
|
39650
|
-
|
|
39651
|
-
interface MIDIOutputMap extends ReadonlyMap<string, MIDIOutput> {
|
|
39652
|
-
}
|
|
39653
|
-
|
|
39654
|
-
interface MediaKeyStatusMapIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {
|
|
39655
|
-
[Symbol.iterator](): MediaKeyStatusMapIterator<T>;
|
|
39656
|
-
}
|
|
39657
|
-
|
|
39658
|
-
interface MediaKeyStatusMap {
|
|
39659
|
-
[Symbol.iterator](): MediaKeyStatusMapIterator<[BufferSource, MediaKeyStatus]>;
|
|
39660
|
-
entries(): MediaKeyStatusMapIterator<[BufferSource, MediaKeyStatus]>;
|
|
39661
|
-
keys(): MediaKeyStatusMapIterator<BufferSource>;
|
|
39662
|
-
values(): MediaKeyStatusMapIterator<MediaKeyStatus>;
|
|
39663
|
-
}
|
|
39664
|
-
|
|
39665
|
-
interface MediaList {
|
|
39666
|
-
[Symbol.iterator](): ArrayIterator<string>;
|
|
39667
|
-
}
|
|
39668
|
-
|
|
39669
|
-
interface MessageEvent<T = any> {
|
|
39670
|
-
/** @deprecated */
|
|
39671
|
-
initMessageEvent(type: string, bubbles?: boolean, cancelable?: boolean, data?: any, origin?: string, lastEventId?: string, source?: MessageEventSource | null, ports?: Iterable<MessagePort>): void;
|
|
39672
|
-
}
|
|
39673
|
-
|
|
39674
|
-
interface MimeTypeArray {
|
|
39675
|
-
[Symbol.iterator](): ArrayIterator<MimeType>;
|
|
39676
|
-
}
|
|
39677
|
-
|
|
39678
|
-
interface NamedNodeMap {
|
|
39679
|
-
[Symbol.iterator](): ArrayIterator<Attr>;
|
|
39680
|
-
}
|
|
39681
|
-
|
|
39682
|
-
interface Navigator {
|
|
39683
|
-
/**
|
|
39684
|
-
* The **`requestMediaKeySystemAccess()`** method of the Navigator interface returns a Promise which delivers a MediaKeySystemAccess object that can be used to access a particular media key system, which can in turn be used to create keys for decrypting a media stream.
|
|
39685
|
-
* Available only in secure contexts.
|
|
39686
|
-
*
|
|
39687
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/requestMediaKeySystemAccess)
|
|
39688
|
-
*/
|
|
39689
|
-
requestMediaKeySystemAccess(keySystem: string, supportedConfigurations: Iterable<MediaKeySystemConfiguration>): Promise<MediaKeySystemAccess>;
|
|
39690
|
-
/**
|
|
39691
|
-
* The **`vibrate()`** method of the Navigator interface pulses the vibration hardware on the device, if such hardware exists.
|
|
39692
|
-
*
|
|
39693
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/vibrate)
|
|
39694
|
-
*/
|
|
39695
|
-
vibrate(pattern: Iterable<number>): boolean;
|
|
39696
|
-
}
|
|
39697
|
-
|
|
39698
|
-
interface NodeList {
|
|
39699
|
-
[Symbol.iterator](): ArrayIterator<Node>;
|
|
39700
|
-
/** Returns an array of key, value pairs for every entry in the list. */
|
|
39701
|
-
entries(): ArrayIterator<[number, Node]>;
|
|
39702
|
-
/** Returns an list of keys in the list. */
|
|
39703
|
-
keys(): ArrayIterator<number>;
|
|
39704
|
-
/** Returns an list of values in the list. */
|
|
39705
|
-
values(): ArrayIterator<Node>;
|
|
39706
|
-
}
|
|
39707
|
-
|
|
39708
|
-
interface NodeListOf<TNode extends Node> {
|
|
39709
|
-
[Symbol.iterator](): ArrayIterator<TNode>;
|
|
39710
|
-
/** Returns an array of key, value pairs for every entry in the list. */
|
|
39711
|
-
entries(): ArrayIterator<[number, TNode]>;
|
|
39712
|
-
/** Returns an list of keys in the list. */
|
|
39713
|
-
keys(): ArrayIterator<number>;
|
|
39714
|
-
/** Returns an list of values in the list. */
|
|
39715
|
-
values(): ArrayIterator<TNode>;
|
|
39716
|
-
}
|
|
39717
|
-
|
|
39718
|
-
interface Plugin {
|
|
39719
|
-
[Symbol.iterator](): ArrayIterator<MimeType>;
|
|
39720
|
-
}
|
|
39721
|
-
|
|
39722
|
-
interface PluginArray {
|
|
39723
|
-
[Symbol.iterator](): ArrayIterator<Plugin>;
|
|
39724
|
-
}
|
|
39725
|
-
|
|
39726
|
-
interface RTCRtpTransceiver {
|
|
39727
|
-
/**
|
|
39728
|
-
* The **`setCodecPreferences()`** method of the RTCRtpTransceiver interface is used to set the codecs that the transceiver allows for decoding _received_ data, in order of decreasing preference.
|
|
39729
|
-
*
|
|
39730
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCRtpTransceiver/setCodecPreferences)
|
|
39731
|
-
*/
|
|
39732
|
-
setCodecPreferences(codecs: Iterable<RTCRtpCodec>): void;
|
|
39733
|
-
}
|
|
39734
|
-
|
|
39735
|
-
interface RTCStatsReport extends ReadonlyMap<string, any> {
|
|
39736
|
-
}
|
|
39737
|
-
|
|
39738
|
-
interface SVGLengthList {
|
|
39739
|
-
[Symbol.iterator](): ArrayIterator<SVGLength>;
|
|
39740
|
-
}
|
|
39741
|
-
|
|
39742
|
-
interface SVGNumberList {
|
|
39743
|
-
[Symbol.iterator](): ArrayIterator<SVGNumber>;
|
|
39744
|
-
}
|
|
39745
|
-
|
|
39746
|
-
interface SVGPointList {
|
|
39747
|
-
[Symbol.iterator](): ArrayIterator<DOMPoint>;
|
|
39748
|
-
}
|
|
39749
|
-
|
|
39750
|
-
interface SVGStringList {
|
|
39751
|
-
[Symbol.iterator](): ArrayIterator<string>;
|
|
39752
|
-
}
|
|
39753
|
-
|
|
39754
|
-
interface SVGTransformList {
|
|
39755
|
-
[Symbol.iterator](): ArrayIterator<SVGTransform>;
|
|
39756
|
-
}
|
|
39757
|
-
|
|
39758
|
-
interface SourceBufferList {
|
|
39759
|
-
[Symbol.iterator](): ArrayIterator<SourceBuffer>;
|
|
39760
|
-
}
|
|
39761
|
-
|
|
39762
|
-
interface SpeechRecognitionResult {
|
|
39763
|
-
[Symbol.iterator](): ArrayIterator<SpeechRecognitionAlternative>;
|
|
39764
|
-
}
|
|
39765
|
-
|
|
39766
|
-
interface SpeechRecognitionResultList {
|
|
39767
|
-
[Symbol.iterator](): ArrayIterator<SpeechRecognitionResult>;
|
|
39768
|
-
}
|
|
39769
|
-
|
|
39770
|
-
interface StylePropertyMapReadOnlyIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {
|
|
39771
|
-
[Symbol.iterator](): StylePropertyMapReadOnlyIterator<T>;
|
|
39772
|
-
}
|
|
39773
|
-
|
|
39774
|
-
interface StylePropertyMapReadOnly {
|
|
39775
|
-
[Symbol.iterator](): StylePropertyMapReadOnlyIterator<[string, Iterable<CSSStyleValue>]>;
|
|
39776
|
-
entries(): StylePropertyMapReadOnlyIterator<[string, Iterable<CSSStyleValue>]>;
|
|
39777
|
-
keys(): StylePropertyMapReadOnlyIterator<string>;
|
|
39778
|
-
values(): StylePropertyMapReadOnlyIterator<Iterable<CSSStyleValue>>;
|
|
39779
|
-
}
|
|
39780
|
-
|
|
39781
|
-
interface StyleSheetList {
|
|
39782
|
-
[Symbol.iterator](): ArrayIterator<CSSStyleSheet>;
|
|
39783
|
-
}
|
|
39784
|
-
|
|
39785
|
-
interface SubtleCrypto {
|
|
39786
|
-
/**
|
|
39787
|
-
* The **`deriveKey()`** method of the SubtleCrypto interface can be used to derive a secret key from a master key.
|
|
39788
|
-
*
|
|
39789
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/deriveKey)
|
|
39790
|
-
*/
|
|
39791
|
-
deriveKey(algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, baseKey: CryptoKey, derivedKeyType: AlgorithmIdentifier | AesDerivedKeyParams | HmacImportParams | HkdfParams | Pbkdf2Params, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKey>;
|
|
39792
|
-
/**
|
|
39793
|
-
* The **`generateKey()`** method of the SubtleCrypto interface is used to generate a new key (for symmetric algorithms) or key pair (for public-key algorithms).
|
|
39794
|
-
*
|
|
39795
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/generateKey)
|
|
39796
|
-
*/
|
|
39797
|
-
generateKey(algorithm: "Ed25519" | { name: "Ed25519" }, extractable: boolean, keyUsages: ReadonlyArray<"sign" | "verify">): Promise<CryptoKeyPair>;
|
|
39798
|
-
generateKey(algorithm: RsaHashedKeyGenParams | EcKeyGenParams, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKeyPair>;
|
|
39799
|
-
generateKey(algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKey>;
|
|
39800
|
-
generateKey(algorithm: AlgorithmIdentifier, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKeyPair | CryptoKey>;
|
|
39801
|
-
/**
|
|
39802
|
-
* The **`importKey()`** method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
|
|
39803
|
-
*
|
|
39804
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/importKey)
|
|
39805
|
-
*/
|
|
39806
|
-
importKey(format: "jwk", keyData: JsonWebKey, algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKey>;
|
|
39807
|
-
importKey(format: Exclude<KeyFormat, "jwk">, keyData: BufferSource, algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKey>;
|
|
39808
|
-
/**
|
|
39809
|
-
* The **`unwrapKey()`** method of the SubtleCrypto interface 'unwraps' a key.
|
|
39810
|
-
*
|
|
39811
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/unwrapKey)
|
|
39812
|
-
*/
|
|
39813
|
-
unwrapKey(format: KeyFormat, wrappedKey: BufferSource, unwrappingKey: CryptoKey, unwrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, unwrappedKeyAlgorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKey>;
|
|
39814
|
-
}
|
|
39815
|
-
|
|
39816
|
-
interface TextTrackCueList {
|
|
39817
|
-
[Symbol.iterator](): ArrayIterator<TextTrackCue>;
|
|
39818
|
-
}
|
|
39819
|
-
|
|
39820
|
-
interface TextTrackList {
|
|
39821
|
-
[Symbol.iterator](): ArrayIterator<TextTrack>;
|
|
39822
|
-
}
|
|
39823
|
-
|
|
39824
|
-
interface TouchList {
|
|
39825
|
-
[Symbol.iterator](): ArrayIterator<Touch>;
|
|
39826
|
-
}
|
|
39827
|
-
|
|
39828
|
-
interface URLSearchParamsIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {
|
|
39829
|
-
[Symbol.iterator](): URLSearchParamsIterator<T>;
|
|
39830
|
-
}
|
|
39831
|
-
|
|
39832
|
-
interface URLSearchParams {
|
|
39833
|
-
[Symbol.iterator](): URLSearchParamsIterator<[string, string]>;
|
|
39834
|
-
/** Returns an array of key, value pairs for every entry in the search params. */
|
|
39835
|
-
entries(): URLSearchParamsIterator<[string, string]>;
|
|
39836
|
-
/** Returns a list of keys in the search params. */
|
|
39837
|
-
keys(): URLSearchParamsIterator<string>;
|
|
39838
|
-
/** Returns a list of values in the search params. */
|
|
39839
|
-
values(): URLSearchParamsIterator<string>;
|
|
39840
|
-
}
|
|
39841
|
-
|
|
39842
|
-
interface ViewTransitionTypeSet extends Set<string> {
|
|
39843
|
-
}
|
|
39844
|
-
|
|
39845
|
-
interface WEBGL_draw_buffers {
|
|
39846
|
-
/**
|
|
39847
|
-
* The **`WEBGL_draw_buffers.drawBuffersWEBGL()`** method is part of the WebGL API and allows you to define the draw buffers to which all fragment colors are written.
|
|
39848
|
-
*
|
|
39849
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_draw_buffers/drawBuffersWEBGL)
|
|
39850
|
-
*/
|
|
39851
|
-
drawBuffersWEBGL(buffers: Iterable<GLenum>): void;
|
|
39852
|
-
}
|
|
39853
|
-
|
|
39854
|
-
interface WEBGL_multi_draw {
|
|
39855
|
-
/**
|
|
39856
|
-
* The **`WEBGL_multi_draw.multiDrawArraysInstancedWEBGL()`** method of the WebGL API renders multiple primitives from array data.
|
|
39857
|
-
*
|
|
39858
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawArraysInstancedWEBGL)
|
|
39859
|
-
*/
|
|
39860
|
-
multiDrawArraysInstancedWEBGL(mode: GLenum, firstsList: Int32Array<ArrayBufferLike> | Iterable<GLint>, firstsOffset: number, countsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, countsOffset: number, instanceCountsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, instanceCountsOffset: number, drawcount: GLsizei): void;
|
|
39861
|
-
/**
|
|
39862
|
-
* The **`WEBGL_multi_draw.multiDrawArraysWEBGL()`** method of the WebGL API renders multiple primitives from array data.
|
|
39863
|
-
*
|
|
39864
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawArraysWEBGL)
|
|
39865
|
-
*/
|
|
39866
|
-
multiDrawArraysWEBGL(mode: GLenum, firstsList: Int32Array<ArrayBufferLike> | Iterable<GLint>, firstsOffset: number, countsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, countsOffset: number, drawcount: GLsizei): void;
|
|
39867
|
-
/**
|
|
39868
|
-
* The **`WEBGL_multi_draw.multiDrawElementsInstancedWEBGL()`** method of the WebGL API renders multiple primitives from array data.
|
|
39869
|
-
*
|
|
39870
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawElementsInstancedWEBGL)
|
|
39871
|
-
*/
|
|
39872
|
-
multiDrawElementsInstancedWEBGL(mode: GLenum, countsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, countsOffset: number, type: GLenum, offsetsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, offsetsOffset: number, instanceCountsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, instanceCountsOffset: number, drawcount: GLsizei): void;
|
|
39873
|
-
/**
|
|
39874
|
-
* The **`WEBGL_multi_draw.multiDrawElementsWEBGL()`** method of the WebGL API renders multiple primitives from array data.
|
|
39875
|
-
*
|
|
39876
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawElementsWEBGL)
|
|
39877
|
-
*/
|
|
39878
|
-
multiDrawElementsWEBGL(mode: GLenum, countsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, countsOffset: number, type: GLenum, offsetsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, offsetsOffset: number, drawcount: GLsizei): void;
|
|
39879
|
-
}
|
|
39880
|
-
|
|
39881
|
-
interface WebGL2RenderingContextBase {
|
|
39882
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clearBuffer) */
|
|
39883
|
-
clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLfloat>, srcOffset?: number): void;
|
|
39884
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clearBuffer) */
|
|
39885
|
-
clearBufferiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLint>, srcOffset?: number): void;
|
|
39886
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clearBuffer) */
|
|
39887
|
-
clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLuint>, srcOffset?: number): void;
|
|
39888
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/drawBuffers) */
|
|
39889
|
-
drawBuffers(buffers: Iterable<GLenum>): void;
|
|
39890
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getActiveUniforms) */
|
|
39891
|
-
getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any;
|
|
39892
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getUniformIndices) */
|
|
39893
|
-
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): GLuint[] | null;
|
|
39894
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateFramebuffer) */
|
|
39895
|
-
invalidateFramebuffer(target: GLenum, attachments: Iterable<GLenum>): void;
|
|
39896
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateSubFramebuffer) */
|
|
39897
|
-
invalidateSubFramebuffer(target: GLenum, attachments: Iterable<GLenum>, x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;
|
|
39898
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/transformFeedbackVaryings) */
|
|
39899
|
-
transformFeedbackVaryings(program: WebGLProgram, varyings: Iterable<string>, bufferMode: GLenum): void;
|
|
39900
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
|
|
39901
|
-
uniform1uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39902
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
|
|
39903
|
-
uniform2uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39904
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
|
|
39905
|
-
uniform3uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39906
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
|
|
39907
|
-
uniform4uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39908
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
39909
|
-
uniformMatrix2x3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39910
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
39911
|
-
uniformMatrix2x4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39912
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
39913
|
-
uniformMatrix3x2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39914
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
39915
|
-
uniformMatrix3x4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39916
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
39917
|
-
uniformMatrix4x2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39918
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
39919
|
-
uniformMatrix4x3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39920
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/vertexAttribI) */
|
|
39921
|
-
vertexAttribI4iv(index: GLuint, values: Iterable<GLint>): void;
|
|
39922
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/vertexAttribI) */
|
|
39923
|
-
vertexAttribI4uiv(index: GLuint, values: Iterable<GLuint>): void;
|
|
39924
|
-
}
|
|
39925
|
-
|
|
39926
|
-
interface WebGL2RenderingContextOverloads {
|
|
39927
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39928
|
-
uniform1fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39929
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39930
|
-
uniform1iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39931
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39932
|
-
uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39933
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39934
|
-
uniform2iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39935
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39936
|
-
uniform3fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39937
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39938
|
-
uniform3iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39939
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39940
|
-
uniform4fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39941
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39942
|
-
uniform4iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39943
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
39944
|
-
uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39945
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
|
|
39946
|
-
uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39947
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
|
|
39948
|
-
uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
39949
|
-
}
|
|
39950
|
-
|
|
39951
|
-
interface WebGLRenderingContextBase {
|
|
39952
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/vertexAttrib) */
|
|
39953
|
-
vertexAttrib1fv(index: GLuint, values: Iterable<GLfloat>): void;
|
|
39954
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/vertexAttrib) */
|
|
39955
|
-
vertexAttrib2fv(index: GLuint, values: Iterable<GLfloat>): void;
|
|
39956
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/vertexAttrib) */
|
|
39957
|
-
vertexAttrib3fv(index: GLuint, values: Iterable<GLfloat>): void;
|
|
39958
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/vertexAttrib) */
|
|
39959
|
-
vertexAttrib4fv(index: GLuint, values: Iterable<GLfloat>): void;
|
|
39960
|
-
}
|
|
39961
|
-
|
|
39962
|
-
interface WebGLRenderingContextOverloads {
|
|
39963
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39964
|
-
uniform1fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void;
|
|
39965
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39966
|
-
uniform1iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void;
|
|
39967
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39968
|
-
uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void;
|
|
39969
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39970
|
-
uniform2iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void;
|
|
39971
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39972
|
-
uniform3fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void;
|
|
39973
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39974
|
-
uniform3iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void;
|
|
39975
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39976
|
-
uniform4fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void;
|
|
39977
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
39978
|
-
uniform4iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void;
|
|
39979
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
|
|
39980
|
-
uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfloat>): void;
|
|
39981
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
|
|
39982
|
-
uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfloat>): void;
|
|
39983
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
|
|
39984
|
-
uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfloat>): void;
|
|
39985
|
-
}
|