JavaScript SDK 3.8.0

javascript-sdkadded

Added

  • Add manualFramingHeaders on RequestInit and ResponseInit, and add Request.prototype.setManualFramingHeaders and Response.prototype.setManualFramingHeaders (#705)
  • Add Request.prototype.backend getter to return the name of the backend assigned to the request (9c750e5)
  • Allow URL as input on fetch() on TypeScript typings for compat with Node.js (#707) (4f39943)

Prior change:

Following change: Add Notification Service API