Data buffers in Blink
This article describes (some of) the classes used in Blink to represent data buffers.
WebData
WebData
wraps a SharedBuffer
instance. It is not thread-safe.
WebData
is defined in
public/platform/WebData.h
and implemented in
Source/platform/exported/WebData.cpp.