Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-1
QOS-React-1
/
packages
/
react-devtools-shared
/
src
/
devtools
/
views
/
Components
/
constants.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
js
6 lines
118 Bytes
Copy permalink
Copy
Raw
1
export
const
PROTOCOLS_SUPPORTED_AS_LINKS_IN_KEY_VALUE
=
[
2
'
file:///
'
,
3
'
http://
'
,
4
'
https://
'
,
5
'
vscode://
'
,
6
];