diff options
author | Kenta Moriuchi <moriken@kimamass.com> | 2023-06-06 04:57:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 15:57:01 -0400 |
commit | d54ef02dfe4455c043c3ccb3d1d15e5fcc302756 (patch) | |
tree | d3f0a84740bbc26681a8340066b44e5b15dc9255 /ext/websocket/01_websocket.js | |
parent | 11dd5a0ae73b4d3612de6422893a25232f930b84 (diff) |
chore: update deno_lint to 0.46.0 (#19372)
Diffstat (limited to 'ext/websocket/01_websocket.js')
-rw-r--r-- | ext/websocket/01_websocket.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/websocket/01_websocket.js b/ext/websocket/01_websocket.js index c4c686b9c..e71cae44a 100644 --- a/ext/websocket/01_websocket.js +++ b/ext/websocket/01_websocket.js @@ -344,6 +344,7 @@ class WebSocket extends EventTarget { if (ObjectPrototypeIsPrototypeOf(BlobPrototype, data)) { PromisePrototypeThen( + // deno-lint-ignore prefer-primordials data.slice().arrayBuffer(), (ab) => sendTypedArray( |