OpenF2 / F2

Redefining web integration for the financial services community
Apache License 2.0
129 stars 62 forks source link

Deprecate `F2.isLocalRequest` #214

Closed montlebalm closed 3 years ago

montlebalm commented 9 years ago

As an F2 developer, I want to depreciate F2.isLocalRequest because I want F2 to contain only methods relevant to consumers.

Is F2.isLocalRequest useful enough to be attached to the core library? F2 is perched between being a general convenience library and a specialized app integration library. My preference is to move F2 away from the former and more solidly into the latter category.

markhealey commented 9 years ago

Good thinking, though isLocalRequest exists as part of the XHR config.

brianbaker commented 3 years ago

this is pretty heavily used as a part of the XHR config that @markhealey mentioned so we'll leave it in the API