You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The read-only **`transport`** property of an RTCRtpReceiver object provides the RTCDtlsTransport object used to interact with the underlying transport over which the receiver is exchanging Real-time Transport Control Protocol (RTCP) packets.
* The read-only **`transport`** property of an RTCRtpSender object provides the RTCDtlsTransport object used to interact with the underlying transport over which the sender is exchanging Real-time Transport Control Protocol (RTCP) packets.
28133
28133
*
@@ -29561,13 +29561,13 @@ declare var SVGAnimatedRect: {
29561
29561
*/
29562
29562
interface SVGAnimatedString {
29563
29563
/**
29564
-
* The **`animVal`** read-only property of the SVGAnimatedString interface contains the same value as the SVGAnimatedString.baseVal property. If the given attribute or property is being animated, it contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, then it contains the same value as baseVal.
29564
+
* The **`animVal`** read-only property of the SVGAnimatedString interface is a string representing the animated value of the reflected attribute.
* BaseVal gets or sets the base value of the given attribute before any animations are applied. The base value of the given attribute before applying any animations. Setter throws DOMException.
29570
+
* The **`baseVal`** property of the SVGAnimatedString interface gets or sets the base value of the given attribute.
* The read-only **`transport`** property of an RTCRtpReceiver object provides the RTCDtlsTransport object used to interact with the underlying transport over which the receiver is exchanging Real-time Transport Control Protocol (RTCP) packets.
* The read-only **`transport`** property of an RTCRtpSender object provides the RTCDtlsTransport object used to interact with the underlying transport over which the sender is exchanging Real-time Transport Control Protocol (RTCP) packets.
28109
28109
*
@@ -29536,13 +29536,13 @@ declare var SVGAnimatedRect: {
29536
29536
*/
29537
29537
interface SVGAnimatedString {
29538
29538
/**
29539
-
* The **`animVal`** read-only property of the SVGAnimatedString interface contains the same value as the SVGAnimatedString.baseVal property. If the given attribute or property is being animated, it contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, then it contains the same value as baseVal.
29539
+
* The **`animVal`** read-only property of the SVGAnimatedString interface is a string representing the animated value of the reflected attribute.
* BaseVal gets or sets the base value of the given attribute before any animations are applied. The base value of the given attribute before applying any animations. Setter throws DOMException.
29545
+
* The **`baseVal`** property of the SVGAnimatedString interface gets or sets the base value of the given attribute.
* The read-only **`transport`** property of an RTCRtpReceiver object provides the RTCDtlsTransport object used to interact with the underlying transport over which the receiver is exchanging Real-time Transport Control Protocol (RTCP) packets.
* The read-only **`transport`** property of an RTCRtpSender object provides the RTCDtlsTransport object used to interact with the underlying transport over which the sender is exchanging Real-time Transport Control Protocol (RTCP) packets.
28130
28130
*
@@ -29558,13 +29558,13 @@ declare var SVGAnimatedRect: {
29558
29558
*/
29559
29559
interface SVGAnimatedString {
29560
29560
/**
29561
-
* The **`animVal`** read-only property of the SVGAnimatedString interface contains the same value as the SVGAnimatedString.baseVal property. If the given attribute or property is being animated, it contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, then it contains the same value as baseVal.
29561
+
* The **`animVal`** read-only property of the SVGAnimatedString interface is a string representing the animated value of the reflected attribute.
* BaseVal gets or sets the base value of the given attribute before any animations are applied. The base value of the given attribute before applying any animations. Setter throws DOMException.
29567
+
* The **`baseVal`** property of the SVGAnimatedString interface gets or sets the base value of the given attribute.
* The read-only **`transport`** property of an RTCRtpReceiver object provides the RTCDtlsTransport object used to interact with the underlying transport over which the receiver is exchanging Real-time Transport Control Protocol (RTCP) packets.
* The read-only **`transport`** property of an RTCRtpSender object provides the RTCDtlsTransport object used to interact with the underlying transport over which the sender is exchanging Real-time Transport Control Protocol (RTCP) packets.
28130
28130
*
@@ -29558,13 +29558,13 @@ declare var SVGAnimatedRect: {
29558
29558
*/
29559
29559
interface SVGAnimatedString {
29560
29560
/**
29561
-
* The **`animVal`** read-only property of the SVGAnimatedString interface contains the same value as the SVGAnimatedString.baseVal property. If the given attribute or property is being animated, it contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, then it contains the same value as baseVal.
29561
+
* The **`animVal`** read-only property of the SVGAnimatedString interface is a string representing the animated value of the reflected attribute.
* BaseVal gets or sets the base value of the given attribute before any animations are applied. The base value of the given attribute before applying any animations. Setter throws DOMException.
29567
+
* The **`baseVal`** property of the SVGAnimatedString interface gets or sets the base value of the given attribute.
"summary": "The requestStorageAccess() method of the Document interface allows content loaded in a third-party context (i.e., embedded in an <iframe>) to request access to third-party cookies and unpartitioned state. This is relevant to user agents that, by default, block access to third-party, unpartitioned cookies to improve privacy (e.g., to prevent tracking), and is part of the Storage Access API."
6335
+
"summary": "The requestStorageAccess() method of the Document interface allows content loaded in a third-party context (i.e., embedded in an <iframe>) to request access to third-party cookies and unpartitioned state.\nThis is relevant to user agents that, by default, block access to third-party, unpartitioned cookies to improve privacy (e.g., to prevent tracking), and is part of the Storage Access API."
"summary": "The animVal read-only property of the SVGAnimatedString interface contains the same value as the SVGAnimatedString.baseVal property. If the given attribute or property is being animated, it contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, then it contains the same value as baseVal."
28900
+
"summary": "The animVal read-only property of the SVGAnimatedString interface is a string representing the animated value of the reflected attribute."
"summary": "BaseVal gets or sets the base value of the given attribute before any animations are applied. The base value of the given attribute before applying any animations. Setter throws DOMException."
28905
+
"summary": "The baseVal property of the SVGAnimatedString interface gets or sets the base value of the given attribute."
0 commit comments