@types/web 0.0.218 → 0.0.219
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/README.md +1 -1
- package/index.d.ts +3 -1
- package/package.json +1 -1
- package/ts5.5/index.d.ts +3 -1
package/README.md
CHANGED
|
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
|
|
|
47
47
|
|
|
48
48
|
## Deploy Metadata
|
|
49
49
|
|
|
50
|
-
You can read what changed in version 0.0.
|
|
50
|
+
You can read what changed in version 0.0.219 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.219.
|
package/index.d.ts
CHANGED
|
@@ -1772,7 +1772,6 @@ interface RTCPeerConnectionIceErrorEventInit extends EventInit {
|
|
|
1772
1772
|
|
|
1773
1773
|
interface RTCPeerConnectionIceEventInit extends EventInit {
|
|
1774
1774
|
candidate?: RTCIceCandidate | null;
|
|
1775
|
-
url?: string | null;
|
|
1776
1775
|
}
|
|
1777
1776
|
|
|
1778
1777
|
interface RTCReceivedRtpStreamStats extends RTCRtpStreamStats {
|
|
@@ -21168,7 +21167,9 @@ declare var SVGFEPointLightElement: {
|
|
|
21168
21167
|
interface SVGFESpecularLightingElement extends SVGElement, SVGFilterPrimitiveStandardAttributes {
|
|
21169
21168
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpecularLightingElement/in1) */
|
|
21170
21169
|
readonly in1: SVGAnimatedString;
|
|
21170
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpecularLightingElement/kernelUnitLengthX) */
|
|
21171
21171
|
readonly kernelUnitLengthX: SVGAnimatedNumber;
|
|
21172
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpecularLightingElement/kernelUnitLengthY) */
|
|
21172
21173
|
readonly kernelUnitLengthY: SVGAnimatedNumber;
|
|
21173
21174
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpecularLightingElement/specularConstant) */
|
|
21174
21175
|
readonly specularConstant: SVGAnimatedNumber;
|
|
@@ -21928,6 +21929,7 @@ interface SVGRadialGradientElement extends SVGGradientElement {
|
|
|
21928
21929
|
readonly cx: SVGAnimatedLength;
|
|
21929
21930
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRadialGradientElement/cy) */
|
|
21930
21931
|
readonly cy: SVGAnimatedLength;
|
|
21932
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRadialGradientElement/fr) */
|
|
21931
21933
|
readonly fr: SVGAnimatedLength;
|
|
21932
21934
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRadialGradientElement/fx) */
|
|
21933
21935
|
readonly fx: SVGAnimatedLength;
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -1772,7 +1772,6 @@ interface RTCPeerConnectionIceErrorEventInit extends EventInit {
|
|
|
1772
1772
|
|
|
1773
1773
|
interface RTCPeerConnectionIceEventInit extends EventInit {
|
|
1774
1774
|
candidate?: RTCIceCandidate | null;
|
|
1775
|
-
url?: string | null;
|
|
1776
1775
|
}
|
|
1777
1776
|
|
|
1778
1777
|
interface RTCReceivedRtpStreamStats extends RTCRtpStreamStats {
|
|
@@ -21147,7 +21146,9 @@ declare var SVGFEPointLightElement: {
|
|
|
21147
21146
|
interface SVGFESpecularLightingElement extends SVGElement, SVGFilterPrimitiveStandardAttributes {
|
|
21148
21147
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpecularLightingElement/in1) */
|
|
21149
21148
|
readonly in1: SVGAnimatedString;
|
|
21149
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpecularLightingElement/kernelUnitLengthX) */
|
|
21150
21150
|
readonly kernelUnitLengthX: SVGAnimatedNumber;
|
|
21151
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpecularLightingElement/kernelUnitLengthY) */
|
|
21151
21152
|
readonly kernelUnitLengthY: SVGAnimatedNumber;
|
|
21152
21153
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGFESpecularLightingElement/specularConstant) */
|
|
21153
21154
|
readonly specularConstant: SVGAnimatedNumber;
|
|
@@ -21907,6 +21908,7 @@ interface SVGRadialGradientElement extends SVGGradientElement {
|
|
|
21907
21908
|
readonly cx: SVGAnimatedLength;
|
|
21908
21909
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRadialGradientElement/cy) */
|
|
21909
21910
|
readonly cy: SVGAnimatedLength;
|
|
21911
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRadialGradientElement/fr) */
|
|
21910
21912
|
readonly fr: SVGAnimatedLength;
|
|
21911
21913
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGRadialGradientElement/fx) */
|
|
21912
21914
|
readonly fx: SVGAnimatedLength;
|