Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combines web-wide and site-specific APIs #45

Merged
merged 1 commit into from
Jul 24, 2017

Conversation

michael-oneill
Copy link
Collaborator

Now there are only 3 API functions, storeTrackingException, removeTrackingException and confirmTrackingException, with a new property in the propertybags determining if the call is web-wide or site-specific.
All calls now reject rather than throwing an exception. It uses DOMException.SYNTAX_ERR for wrong parameters and DOMException.SECURITY_ERR for cookie domain errors.

Now there are only 3 API functions, storeTrackingException, removeTrackingException and confirmTrackingException, with a new property in the propertybags determining if the call is web-wide or site-specific.
All calls now reject rather than throwing an exception. It uses DOMException.SYNTAX_ERR for wrong parameters and DOMException.SECURITY_ERR for cookie domain errors.
@royfielding
Copy link
Collaborator

This is a follow on to issue #12

@royfielding royfielding merged commit 12e5e37 into master Jul 24, 2017
@royfielding royfielding deleted the michael-oneill-patch-2 branch July 24, 2017 07:13
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.

None yet

2 participants