javascript - Why aren't $.put() and $.delete() native in jQuery? -


we having discussion internally here @ work jquery having built-in support $.get() , $.post(), not $.put() , $.delete().

some think keep js library size smaller. others think not feature asked for, left plugin developers make.

what thoughts community?

where stop? $.options()? $.copy()? $.mkactivity()?

there many potential http verbs bother create convenience method each. webapps haven't bothered put , delete in past, they're not used often. gain convenience method pretty small; there's not problem using $.ajax().


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -