removeBuffer(named:from:)
Removes a previously added data buffer from the given WKContentWorld.
Declaration
@MainActor @preconcurrency func removeBuffer(named name: String, from contentWorld: WKContentWorld)Parameters
- name:
The name of the buffer to remove.
- contentWorld:
The
WKContentWorldfrom which to remove the buffer.