Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Add m98
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Nov 17, 2021
1 parent e5d2845 commit 1f6da8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/chromium-detector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ const supportsCSSQuery = (query) => {

// https://chromestatus.com/features
const descriptors = {
98: {
releaseDate: 'Pre-release',
isPreRelease: true,
tests: [
{
url: 'https://chromestatus.com/features/5630001077551104',
name: 'self.structuredClone()',
test: () => isFunction(this.structuredClone)
}
]
},
97: {
releaseDate: 'Pre-release',
isPreRelease: true,
Expand All @@ -65,8 +76,7 @@ const descriptors = {
]
},
96: {
releaseDate: 'Pre-release',
isPreRelease: true,
releaseDate: '2021-11-15',
tests: [
{
url: 'https://chromestatus.com/feature/5646323212615680',
Expand Down

0 comments on commit 1f6da8e

Please sign in to comment.