Skip to content

v0.15.9

Compare
Choose a tag to compare
@kettanaito kettanaito released this 12 May 20:07

This release contains changes to mockServiceWorker.js file. Please follow the instructions in your browser's console to update the worker file.

Bug fixes

  • Fixes an issue that resulted into failed mocking with multiple pages open after page refresh (#139, #155).
  • Fixes an issue that resulted into the following exception when using ctx.fetch() (#150, #151):
Failed to execute 'text' on 'Response': body stream is locked
  • Fixes an issue that resulted into nested paths attempting to register the mockServiceWorker.js file relatively to the path, instead of the root (#152, #153).