Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Refactor WriteAttribute API surface. #177

Closed
@pranavkm

Description

@pranavkm

Today we generate a single WriteAttribute method which contains values that are only used for instrumentation. The suggestion here is to instead have two methods

  • WriteAttribute which does not carry any instrumentation information. I'll update this method's signature once I investigate.
  • WriteInstrumentedAttribute which carries instrumentation information. This method will look identical to the current WriteAttribute.

The primary motive for this method is to have minimal runtime effects when instrumentation (BrowserLink) is not enabled.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions