Skip to content

Commit 4ef63f6

Browse files
chore(package): update webref (microsoft#86)
Co-authored-by: saschanaz <[email protected]>
1 parent b8a56a3 commit 4ef63f6

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

baselines/dom.generated.d.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,7 @@ interface RTCCertificateExpiration {
12111211
interface RTCConfiguration {
12121212
bundlePolicy?: RTCBundlePolicy;
12131213
certificates?: RTCCertificate[];
1214+
encodedInsertableStreams?: boolean;
12141215
iceCandidatePoolSize?: number;
12151216
iceServers?: RTCIceServer[];
12161217
iceTransportPolicy?: RTCIceTransportPolicy;
@@ -5414,8 +5415,8 @@ interface GenericTransformStream {
54145415
/** An object able to programmatically obtain the position of the device. It gives Web content access to the location of the device. This allows a Web site or app to offer customized results based on the user's location. */
54155416
interface Geolocation {
54165417
clearWatch(watchId: number): void;
5417-
getCurrentPosition(successCallback: PositionCallback, errorCallback?: PositionErrorCallback, options?: PositionOptions): void;
5418-
watchPosition(successCallback: PositionCallback, errorCallback?: PositionErrorCallback, options?: PositionOptions): number;
5418+
getCurrentPosition(successCallback: PositionCallback, errorCallback?: PositionErrorCallback | null, options?: PositionOptions): void;
5419+
watchPosition(successCallback: PositionCallback, errorCallback?: PositionErrorCallback | null, options?: PositionOptions): number;
54195420
}
54205421

54215422
declare var Geolocation: {
@@ -18538,7 +18539,7 @@ type MediaDecodingType = "file" | "media-source" | "webrtc";
1853818539
type MediaDeviceKind = "audioinput" | "audiooutput" | "videoinput";
1853918540
type MediaEncodingType = "record" | "webrtc";
1854018541
type MediaKeyMessageType = "individualization-request" | "license-release" | "license-renewal" | "license-request";
18541-
type MediaKeySessionType = "persistent-license" | "persistent-usage-record" | "temporary";
18542+
type MediaKeySessionType = "persistent-license" | "temporary";
1854218543
type MediaKeyStatus = "expired" | "internal-error" | "output-downscaled" | "output-restricted" | "released" | "status-pending" | "usable" | "usable-in-future";
1854318544
type MediaKeysRequirement = "not-allowed" | "optional" | "required";
1854418545
type MediaSessionAction = "nexttrack" | "pause" | "play" | "previoustrack" | "seekbackward" | "seekforward" | "seekto" | "skipad" | "stop";

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@typescript-eslint/eslint-plugin": "^4.18.0",
4141
"@typescript-eslint/parser": "^4.18.0",
4242
"@webref/css": "^1.0.0",
43-
"@webref/idl": "^1.0.10",
43+
"@webref/idl": "^1.0.11",
4444
"browser-specs": "^1.32.0",
4545
"cpx2": "^3.0.0",
4646
"eslint": "^7.22.0",

0 commit comments

Comments
 (0)