Skip to content

@types/web@0.0.73

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 04:36
fce78f3

index.d.ts

New interfaces

  • CSSFontPaletteValuesRule
  • CSSLayerBlockRule
  • CSSLayerStatementRule

Removed interfaces

  • MediaRecorderErrorEvent

Modified

  • CSSImportRule
    • Added: layerName
  • CSSStyleDeclaration
    • Added: backdropFilter, fontPalette
  • PublicKeyCredential
    • Added: authenticatorAttachment
  • Selection
    • Added: modify

Non-value types

  • AuthenticationExtensionsClientInputs
    • Removed: appidExclude, uvm
  • AuthenticationExtensionsClientOutputs
    • Removed: uvm
  • RTCIceCandidatePairStats
    • Added: lastPacketReceivedTimestamp, lastPacketSentTimestamp
  • RTCIceServer
    • Removed: credentialType
  • RTCInboundRtpStreamStats
    • Added: audioLevel, bytesReceived, concealedSamples, concealmentEvents, decoderImplementation, estimatedPlayoutTimestamp, fecPacketsDiscarded, fecPacketsReceived, frameHeight, frameWidth, framesPerSecond, framesReceived, headerBytesReceived, insertedSamplesForDeceleration, jitterBufferDelay, jitterBufferEmittedCount, keyFramesDecoded, kind, lastPacketReceivedTimestamp, packetsDiscarded, removedSamplesForAcceleration, silentConcealedSamples, totalAudioEnergy, totalDecodeTime, totalInterFrameDelay, totalSamplesDuration, totalSamplesReceived, totalSquaredInterFrameDelay
  • RTCOutboundRtpStreamStats
    • Added: frameHeight, frameWidth, framesPerSecond, framesSent, headerBytesSent, hugeFramesSent, keyFramesEncoded, mediaSourceId, qualityLimitationResolutionChanges, retransmittedBytesSent, retransmittedPacketsSent, rid, targetBitrate, totalEncodeTime, totalEncodedBytesTarget, totalPacketSendDelay
  • RTCReceivedRtpStreamStats
    • Added: framesDropped
    • Removed: packetsDiscarded
  • RTCTransportStats
    • Removed: rtcpTransportStatsId
  • ARIAMixin
    • Added: ariaColIndexText, ariaInvalid, ariaRowIndexText, role
  • CanvasTextDrawingStyles
    • Added: fontKerning
  • GlobalEventHandlersEventMap
    • Added: "cancel"
  • GlobalEventHandlers
    • Added: onbeforeinput, oncancel

iterable.d.ts

No changes