Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
6da11c77
Unverified
Commit
6da11c77
authored
3 years ago
by
serghei77
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Create Start
parent
9673858a
github/fork/serghei77/patch-1
1 merge request
!11803
Create Start test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/ISSUE_TEMPLATE/Start
+16
-0
.github/ISSUE_TEMPLATE/Start
with
16 additions
and
0 deletions
+16
-0
.github/ISSUE_TEMPLATE/Start
0 → 100644
+
16
-
0
View file @
6da11c77
// Sending event to client
bridge
.send('VKWebAppGetEmail')
.then(data => {
// Обработка события в случае успеха
console.log(data.email);
})
.catch(error => {
// Обработка события в случае ошибки
});{
"type": "EventNameFailed",
"data": {
"error_type": String
"error_data": {}
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets