Skip to content

Commit c105b2c

Browse files
authored
Add feature for isSecureContext (#2717)
1 parent 40376dd commit c105b2c

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

features/is-secure-context.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: isSecureContext
2+
description: The `isSecureContext` global property is a boolean for whether the current browsing context is secure. This is primarily a check that the page has been served over an HTTPS URL.
3+
spec: https://html.spec.whatwg.org/multipage/webappapis.html#dom-issecurecontext-dev
4+
compat_features:
5+
- api.isSecureContext
6+
- api.isSecureContext.worker_support

features/is-secure-context.yml.dist

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Generated from: is-secure-context.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: high
6+
baseline_low_date: 2018-04-12
7+
baseline_high_date: 2020-10-12
8+
support:
9+
chrome: "55"
10+
chrome_android: "55"
11+
edge: "15"
12+
firefox: "52"
13+
firefox_android: "52"
14+
safari: "11.1"
15+
safari_ios: "11.3"
16+
compat_features:
17+
# baseline: high
18+
# baseline_low_date: 2018-04-12
19+
# baseline_high_date: 2020-10-12
20+
# support:
21+
# chrome: "47"
22+
# chrome_android: "47"
23+
# edge: "15"
24+
# firefox: "49"
25+
# firefox_android: "49"
26+
# safari: "11.1"
27+
# safari_ios: "11.3"
28+
- api.isSecureContext
29+
30+
# ⬇️ Same status as overall feature ⬇️
31+
# baseline: high
32+
# baseline_low_date: 2018-04-12
33+
# baseline_high_date: 2020-10-12
34+
# support:
35+
# chrome: "55"
36+
# chrome_android: "55"
37+
# edge: "15"
38+
# firefox: "52"
39+
# firefox_android: "52"
40+
# safari: "11.1"
41+
# safari_ios: "11.3"
42+
- api.isSecureContext.worker_support

0 commit comments

Comments
 (0)