Skip to content

Do not encode eventIndex for EdgeEventHandle/Error/Warning#136

Merged
emdobrin merged 2 commits intoadobe:devfrom
kevinlind:remove-event-index
Jan 14, 2021
Merged

Do not encode eventIndex for EdgeEventHandle/Error/Warning#136
emdobrin merged 2 commits intoadobe:devfrom
kevinlind:remove-event-index

Conversation

@kevinlind
Copy link
Copy Markdown
Contributor

Do not encode eventIndex for EdgeEventHandle, EdgeEventError, and EdgeEventWarning.

The event index is not required for extensions listening on Edge response events, so by not encoding it is not available in the dispatched Event.

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

…eEventWarning.

The event index is not required for extensions listening on Edge response events, so by not encoding it is not available in the dispatched Event.
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 14, 2021

Codecov Report

Merging #136 (6daf595) into dev (d590e81) will increase coverage by 0.17%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #136      +/-   ##
==========================================
+ Coverage   93.18%   93.34%   +0.17%     
==========================================
  Files          18       20       +2     
  Lines         601      616      +15     
==========================================
+ Hits          560      575      +15     
  Misses         41       41              

@emdobrin emdobrin merged commit d615763 into adobe:dev Jan 14, 2021
@kevinlind kevinlind deleted the remove-event-index branch January 19, 2021 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants