We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3148d65 commit fd7c4f7Copy full SHA for fd7c4f7
Tests/WebAPIKitTests/WebAPIKitTests.swift
@@ -31,7 +31,7 @@ final class WebAPIKitTests: XCTestCase {
31
let array: [UInt8] = [1, 2, 3, 4, 5]
32
let typedArray = JSTypedArray(array)
33
34
- let data = Data(typedArray.buffer)
+ let data = Data(typedArray.arrayBuffer)
35
36
typedArray.withUnsafeBytes {
37
XCTAssertEqual($0.count, data.count)
0 commit comments