DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
Confirmed by running a real ws server this session, what type is incoming WebSocket message data by default?
A
Always a plain JavaScript string
B
A Buffer object, requiring .toString() to use as a string
C
Always pre-parsed JSON
D
A Blob
Check Answer