result to screen #2

Merged
clement.freville2 merged 3 commits from print-response into master 1 year ago
Owner

please, peer review my code

please, peer review my code
bastien.ollier added 1 commit 1 year ago
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
93395cbe37
result to screen
bastien.ollier requested review from clement.freville2 1 year ago
bastien.ollier requested review from hugo.pradier2 1 year ago
clement.freville2 requested changes 1 year ago
sse.addEventListener('message', (event: MessageEvent<string>) => {
console.log(event.data);
const result = event.data;
console.log(result);
-      console.log(result);
```diff - console.log(result); ```
console.log(result);
// Émettre le résultat à tous les abonnés
this.resultSubject.next(result);

Rearrange the result here instead of in the component:

-      this.resultSubject.next(result);
+      const text = decodeURIComponent(result.replace(/%00/g, ''));
+      this.resultSubject.next(text);
Rearrange the result here instead of in the component: ```diff - this.resultSubject.next(result); + const text = decodeURIComponent(result.replace(/%00/g, '')); + this.resultSubject.next(text); ```
clement.freville2 added the enhancement label 1 year ago
bastien.ollier was assigned by clement.freville2 1 year ago
bastien.ollier added 1 commit 1 year ago
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
d332c8b702
correction demande clement
bastien.ollier requested review from clement.freville2 1 year ago
clement.freville2 approved these changes 1 year ago
clement.freville2 added 1 commit 1 year ago
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
37726cd51a
Fix typo
clement.freville2 merged commit a17d97c050 into master 1 year ago
clement.freville2 referenced this issue from a commit 1 year ago
clement.freville2 deleted branch print-response 1 year ago

Reviewers

hugo.pradier2 was requested for review 1 year ago
clement.freville2 approved these changes 1 year ago
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
The pull request has been merged as a17d97c050.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: sandkasten/sandkasten-web#2
Loading…
There is no content yet.