Skip to content

Commit a3fdd43

Browse files
committed
Add MD
1 parent 1391752 commit a3fdd43

33 files changed

+29046
-29033
lines changed

baselines/audioworklet.generated.d.ts

Lines changed: 196 additions & 196 deletions
Large diffs are not rendered by default.

baselines/dom.generated.d.ts

Lines changed: 3898 additions & 3898 deletions
Large diffs are not rendered by default.

baselines/serviceworker.generated.d.ts

Lines changed: 1007 additions & 1007 deletions
Large diffs are not rendered by default.

baselines/sharedworker.generated.d.ts

Lines changed: 976 additions & 976 deletions
Large diffs are not rendered by default.

baselines/ts5.5/audioworklet.generated.d.ts

Lines changed: 196 additions & 196 deletions
Large diffs are not rendered by default.

baselines/ts5.5/dom.generated.d.ts

Lines changed: 3877 additions & 3877 deletions
Large diffs are not rendered by default.

baselines/ts5.5/dom.iterable.generated.d.ts

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
interface AudioParam {
66
/**
7-
* The setValueCurveAtTime() method of the AudioParam interface schedules the parameter's value to change following a curve defined by a list of values.
7+
* The `**setValueCurveAtTime()**` method of the AudioParam interface schedules the parameter's value to change following a curve defined by a list of values.
88
*
99
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioParam/setValueCurveAtTime)
1010
*/
@@ -16,13 +16,13 @@ interface AudioParamMap extends ReadonlyMap<string, AudioParam> {
1616

1717
interface BaseAudioContext {
1818
/**
19-
* 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.
19+
* 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.
2020
*
2121
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/BaseAudioContext/createIIRFilter)
2222
*/
2323
createIIRFilter(feedforward: Iterable<number>, feedback: Iterable<number>): IIRFilterNode;
2424
/**
25-
* The createPeriodicWave() method of the BaseAudioContext interface is used to create a PeriodicWave. This wave is used to define a periodic waveform that can be used to shape the output of an OscillatorNode.
25+
* The `**createPeriodicWave()**` method of the BaseAudioContext interface is used to create a PeriodicWave. This wave is used to define a periodic waveform that can be used to shape the output of an OscillatorNode.
2626
*
2727
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/BaseAudioContext/createPeriodicWave)
2828
*/
@@ -64,7 +64,7 @@ interface CSSUnparsedValue {
6464

6565
interface Cache {
6666
/**
67-
* The addAll() method of the Cache interface takes an array of URLs, retrieves them, and adds the resulting response objects to the given cache. The request objects created during retrieval become keys to the stored response operations.
67+
* The `**addAll()**` method of the Cache interface takes an array of URLs, retrieves them, and adds the resulting response objects to the given cache. The request objects created during retrieval become keys to the stored response operations.
6868
*
6969
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Cache/addAll)
7070
*/
@@ -83,13 +83,13 @@ interface CanvasPathDrawingStyles {
8383

8484
interface CookieStoreManager {
8585
/**
86-
* The subscribe() method of the CookieStoreManager interface subscribes a ServiceWorkerRegistration to cookie change events.
86+
* The `**subscribe()**` method of the CookieStoreManager interface `**subscribe**`s a ServiceWorkerRegistration to cookie change events.
8787
*
8888
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CookieStoreManager/subscribe)
8989
*/
9090
subscribe(subscriptions: Iterable<CookieStoreGetOptions>): Promise<void>;
9191
/**
92-
* The unsubscribe() method of the CookieStoreManager interface stops the ServiceWorkerRegistration from receiving previously subscribed events.
92+
* The `**unsubscribe()**` method of the CookieStoreManager interface stops the ServiceWorkerRegistration from receiving previously subscribed events.
9393
*
9494
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CookieStoreManager/unsubscribe)
9595
*/
@@ -176,7 +176,7 @@ interface HighlightRegistry extends Map<string, Highlight> {
176176

177177
interface IDBDatabase {
178178
/**
179-
* 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.
179+
* 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.
180180
*
181181
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBDatabase/transaction)
182182
*/
@@ -185,7 +185,7 @@ interface IDBDatabase {
185185

186186
interface IDBObjectStore {
187187
/**
188-
* The createIndex() method of the IDBObjectStore interface creates and returns a new IDBIndex object in the connected database. It creates a new field/column defining a new data point for each database record to contain.
188+
* The `**createIndex()**` method of the IDBObjectStore interface creates and returns a new IDBIndex object in the connected database. It creates a new field/column defining a new data point for each database record to contain.
189189
*
190190
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBObjectStore/createIndex)
191191
*/
@@ -201,7 +201,7 @@ interface MIDIInputMap extends ReadonlyMap<string, MIDIInput> {
201201

202202
interface MIDIOutput {
203203
/**
204-
* The send() method of the MIDIOutput interface queues messages for the corresponding MIDI port. The message can be sent immediately, or with an optional timestamp to delay sending.
204+
* The `**send()**` method of the MIDIOutput interface queues messages for the corresponding MIDI port. The message can be sent immediately, or with an optional timestamp to delay `**send**`ing.
205205
*
206206
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIOutput/send)
207207
*/
@@ -237,14 +237,14 @@ interface NamedNodeMap {
237237

238238
interface Navigator {
239239
/**
240-
* 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.
240+
* 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.
241241
* Available only in secure contexts.
242242
*
243243
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/requestMediaKeySystemAccess)
244244
*/
245245
requestMediaKeySystemAccess(keySystem: string, supportedConfigurations: Iterable<MediaKeySystemConfiguration>): Promise<MediaKeySystemAccess>;
246246
/**
247-
* The vibrate() method of the Navigator interface pulses the vibration hardware on the device, if such hardware exists. If the device doesn't support vibration, this method has no effect. If a vibration pattern is already in progress when this method is called, the previous pattern is halted and the new one begins instead.
247+
* The `**vibrate()**` method of the Navigator interface pulses the vibration hardware on the device, if such hardware exists. If the device doesn't support vibration, this method has no effect. If a vibration pattern is already in progress when this method is called, the previous pattern is halted and the new one begins instead.
248248
*
249249
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/vibrate)
250250
*/
@@ -281,7 +281,7 @@ interface PluginArray {
281281

282282
interface RTCRtpTransceiver {
283283
/**
284-
* 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.
284+
* 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.
285285
*
286286
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCRtpTransceiver/setCodecPreferences)
287287
*/
@@ -336,13 +336,13 @@ interface StyleSheetList {
336336

337337
interface SubtleCrypto {
338338
/**
339-
* The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
339+
* The `**deriveKey()**` method of the SubtleCrypto interface can be used to derive a secret key from a master key.
340340
*
341341
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/deriveKey)
342342
*/
343343
deriveKey(algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, baseKey: CryptoKey, derivedKeyType: AlgorithmIdentifier | AesDerivedKeyParams | HmacImportParams | HkdfParams | Pbkdf2Params, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKey>;
344344
/**
345-
* The generateKey() method of the SubtleCrypto interface is used to generate a new key (for symmetric algorithms) or key pair (for public-key algorithms).
345+
* The `**generateKey()**` method of the SubtleCrypto interface is used to generate a new key (for symmetric algorithms) or key pair (for public-key algorithms).
346346
*
347347
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/generateKey)
348348
*/
@@ -351,14 +351,14 @@ interface SubtleCrypto {
351351
generateKey(algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKey>;
352352
generateKey(algorithm: AlgorithmIdentifier, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKeyPair | CryptoKey>;
353353
/**
354-
* 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.
354+
* 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.
355355
*
356356
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/importKey)
357357
*/
358358
importKey(format: "jwk", keyData: JsonWebKey, algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKey>;
359359
importKey(format: Exclude<KeyFormat, "jwk">, keyData: BufferSource, algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKey>;
360360
/**
361-
* The unwrapKey() method of the SubtleCrypto interface "unwraps" a key. This means that it takes as its input a key that has been exported and then encrypted (also called "wrapped"). It decrypts the key and then imports it, returning a CryptoKey object that can be used in the Web Crypto API.
361+
* The `**unwrapKey()**` method of the SubtleCrypto interface "unwraps" a key. This means that it takes as its input a key that has been exported and then encrypted (also called "wrapped"). It decrypts the key and then imports it, returning a CryptoKey object that can be used in the Web Crypto API.
362362
*
363363
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/unwrapKey)
364364
*/
@@ -392,7 +392,7 @@ interface ViewTransitionTypeSet extends Set<string> {
392392

393393
interface WEBGL_draw_buffers {
394394
/**
395-
* 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.
395+
* 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.
396396
*
397397
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_draw_buffers/drawBuffersWEBGL)
398398
*/
@@ -401,25 +401,25 @@ interface WEBGL_draw_buffers {
401401

402402
interface WEBGL_multi_draw {
403403
/**
404-
* The WEBGL_multi_draw.multiDrawArraysInstancedWEBGL() method of the WebGL API renders multiple primitives from array data. It is identical to multiple calls to the gl.drawArraysInstanced() method.
404+
* The WEBGL_multi_draw.`**multiDrawArraysInstancedWEBGL()**` method of the WebGL API renders multiple primitives from array data. It is identical to multiple calls to the gl.drawArraysInstanced() method.
405405
*
406406
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawArraysInstancedWEBGL)
407407
*/
408408
multiDrawArraysInstancedWEBGL(mode: GLenum, firstsList: Int32Array | Iterable<GLint>, firstsOffset: number, countsList: Int32Array | Iterable<GLsizei>, countsOffset: number, instanceCountsList: Int32Array | Iterable<GLsizei>, instanceCountsOffset: number, drawcount: GLsizei): void;
409409
/**
410-
* The WEBGL_multi_draw.multiDrawArraysWEBGL() method of the WebGL API renders multiple primitives from array data. It is identical to multiple calls to the gl.drawArrays() method.
410+
* The WEBGL_multi_draw.`**multiDrawArraysWEBGL()**` method of the WebGL API renders multiple primitives from array data. It is identical to multiple calls to the gl.drawArrays() method.
411411
*
412412
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawArraysWEBGL)
413413
*/
414414
multiDrawArraysWEBGL(mode: GLenum, firstsList: Int32Array | Iterable<GLint>, firstsOffset: number, countsList: Int32Array | Iterable<GLsizei>, countsOffset: number, drawcount: GLsizei): void;
415415
/**
416-
* The WEBGL_multi_draw.multiDrawElementsInstancedWEBGL() method of the WebGL API renders multiple primitives from array data. It is identical to multiple calls to the gl.drawElementsInstanced() method.
416+
* The WEBGL_multi_draw.`**multiDrawElementsInstancedWEBGL()**` method of the WebGL API renders multiple primitives from array data. It is identical to multiple calls to the gl.drawElementsInstanced() method.
417417
*
418418
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawElementsInstancedWEBGL)
419419
*/
420420
multiDrawElementsInstancedWEBGL(mode: GLenum, countsList: Int32Array | Iterable<GLsizei>, countsOffset: number, type: GLenum, offsetsList: Int32Array | Iterable<GLsizei>, offsetsOffset: number, instanceCountsList: Int32Array | Iterable<GLsizei>, instanceCountsOffset: number, drawcount: GLsizei): void;
421421
/**
422-
* The WEBGL_multi_draw.multiDrawElementsWEBGL() method of the WebGL API renders multiple primitives from array data. It is identical to multiple calls to the gl.drawElements() method.
422+
* The WEBGL_multi_draw.`**multiDrawElementsWEBGL()**` method of the WebGL API renders multiple primitives from array data. It is identical to multiple calls to the gl.drawElements() method.
423423
*
424424
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawElementsWEBGL)
425425
*/

0 commit comments

Comments
 (0)