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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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