You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While #35 will add Blob support at some point, the current API automatically sets binaryType to arraybuffer and as of #64 warns hat this will not be done in the future.
This issue is to discuss and follow through on the actual breaking parts of this breaking change - making binaryType have a different default than arraybuffer. Which is inline with the specification.
Between #35 and this issue, this is the one that is needed to not have breaking changes in the API and to be able to actually stabalize the API in the core k6.
The text was updated successfully, but these errors were encountered:
While #35 will add Blob support at some point, the current API automatically sets
binaryType
toarraybuffer
and as of #64 warns hat this will not be done in the future.This issue is to discuss and follow through on the actual breaking parts of this breaking change - making
binaryType
have a different default thanarraybuffer
. Which is inline with the specification.Between #35 and this issue, this is the one that is needed to not have breaking changes in the API and to be able to actually stabalize the API in the core k6.
The text was updated successfully, but these errors were encountered: