Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions data-human.json
Original file line number Diff line number Diff line change
Expand Up @@ -94564,6 +94564,63 @@
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Code_comments"
}
]
},
"use_strict": {
"breadcrumb": [
"javascript",
"reference",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not "directives" ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The breadcrumb array was for debugging purposes from MDN. It isn’t used. You can omit it. I should make it obious in that pull request sample.

"use_strict"
],
"jsonselect": ":root > .data > .javascript > .use_strict",
"contents": {
"desktop": {
"Basic support": {
"Chrome": {
"13": "y"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

precisely! You remind me, we have notes about that somewhere in the wiki and I forgot to move them here!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, I added notes in our wiki here http://docs.webplatform.org/wiki/WPD:Infrastructure/Components/CompaTables I’ll create a CONTRIBUTING.md here soon.

},
"Firefox": {
"4": "y"
},
"Internet Explorer": {
"10": "y"
},
"Opera": {
"11.6": "y"
},
"Safari": {
"6": "y"
}
}
},
"mobile": {
"Basic support": {
"Android": {
"3": "y"
},
"Firefox for Android": {
"4": "y"
},
"IE Phone": {
"10": "y"
},
"Opera Mobile": {
"11.5": "y"
},
"Safari Mobile": {
"5.1": "y"
},
"Chrome for Android": {
"18": "y"
}
}
}
},
"links": [
{
"title": "ECMAScript 5 compatibility table",
"url": "http://kangax.github.io/compat-table/es5/#Strict_mode"
}
]
}
},
"websockets": {
Expand Down