Skip to content

v4.0.2

Compare
Choose a tag to compare
@Elchi3 Elchi3 released this 02 Sep 12:45
· 7901 commits to main since this release
9a4b198

WindowOrWorkerGlobalScope removal

To no longer expose mixins, the following features have been moved from api.WindowOrWorkerGlobalScope (or api.Window for two cases) to the global api.* namespace. The features' worker support is now indicated using worker_support sub-features. (#11518)

Removed

  • api.Window.isSecureContext
  • api.Window.trustedTypes
  • api.WindowOrWorkerGlobalScope.*

Added

  • api.atob
  • api.atob.worker_support
  • api.btoa
  • api.btoa.worker_support
  • api.caches
  • api.caches.worker_support
  • api.clearInterval
  • api.clearInterval.worker_support
  • api.clearTimeout
  • api.clearTimeout.worker_support
  • api.createImageBitmap
  • api.createImageBitmap.worker_support
  • api.crossOriginIsolated
  • api.crossOriginIsolated.worker_support
  • api.fetch
  • api.fetch.worker_support
  • api.indexedDB
  • api.indexedDB.worker_support
  • api.isSecureContext
  • api.isSecureContext.worker_support
  • api.origin
  • api.origin.worker_support
  • api.queueMicrotask
  • api.queueMicrotask.worker_support
  • api.setInterval
  • api.setInterval.worker_support
  • api.setTimeout
  • api.setTimeout.worker_support
  • api.structuredClone
  • api.structuredClone.worker_support
  • api.trustedTypes
  • api.trustedTypes.worker_support

Notable changes

  • The following non-existent, long-removed, or otherwise irrelevant features have been removed:

Known issues

  • In v3.3.9, the structure of features for css.properties.place-content, place-items, and place-self changed (#11214). This is an incomplete fix to the problem of undocumented namespaces appearing in places where you might otherwise expect compatability data. The restructuring of the data is a work in progress and may change again in a future release. See #6175 for more information.

Statistics

  • 10 contributors have changed 61 files with 2,863 additions and 2,275 deletions in 34 commits (v4.0.1...v4.0.2)
  • 13,290 total features
  • 806 total contributors
  • 3,551 total stargazers