-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Remove HTML 5 functionality helper code #10397
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
I think what needs to be decided here is how we are handling all of the HTML5 functionality across all the languages. Next step is essentially an inventory of which of the storage/cache/location things are being supported by JS and which have been removed and decide which direction we want for all of the bindings. |
@titusfortner what do we do in the short term? |
Next step was to figure out which languages marked as deprecated, which removed and which implemented them in JS. Then we figure out how they should be done in all of them. |
More accurately this should be discussing the HTML functionality that was added back in 2015 ApplicationCache, WebStorage, & LocationContext Need to inventory which languages have methods pointing to outdated endpoints, which ones have re-implemented with JS and which have deleted them. |
Per TLC Meeting:
|
these are currently implemented by executing JavaScript
Hi 👋 |
This has been lower priority/mostly forgotten about. Any help would be greatly appreciated! |
Hi I would like to help with the ruby bindings for this @titusfortner I will start working on it now and push a PR over the weekend |
After the merge of #14276 is there anything we can continue working on regarding this for the ruby bindings? or should we wait until a general decision on all the bindings is done? @titusfortner |
Would it be possible to remove the rb label here @p0deje ? I'm just looking for something new to pick up and it will help me filter, thank you! |
While the API in Java has been deprecated what is the new recommended implementation to achieve the same functionality? |
I don't see |
Feature and motivation
This is ApplicationCache, WebStorage, & LocationContext
Usage example
#10344
The text was updated successfully, but these errors were encountered: